naginterfaces.library.blas.dload¶
- naginterfaces.library.blas.dload(n, con)[source]¶
dload
broadcasts a real scalar into a real vector.For full information please refer to the NAG Library document for f06fb
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/f06/f06fbf.html
- Parameters
- nint
, the number of elements in .
- confloat
The scalar .
- Returns
- xfloat, ndarray, shape
The elements of the vector .
- Raises
- NagValueError
- (errno )
On entry, error in parameter .
Constraint: .
- Notes
No equivalent traditional C interface for this routine exists in the NAG Library.
dload
performs the operationwhere is an -element real vector.