naginterfaces.library.blas.zmcopy¶
- naginterfaces.library.blas.zmcopy(matrix, m, a)[source]¶
zmcopy
performs the matrix-copy operationwhere and are complex general or trapezoidal matrices.
For full information please refer to the NAG Library document for f06tf
https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/f06/f06tff.html
- Parameters
- matrixstr, length 1
The matrix type.
General matrix.
Upper trapezoidal matrix (upper triangular if ).
Lower trapezoidal matrix (lower triangular if ).
- mint
, the number of rows of the matrices and .
- acomplex, array-like, shape
The general or trapezoidal matrix .
- Returns
- bcomplex, ndarray, shape
The general or trapezoidal matrix .
- Raises
- NagValueError
- (errno )
On entry, error in parameter .
Constraint: , or .
- (errno )
On entry, error in parameter .
Constraint: .
- (errno )
On entry, error in parameter .
Constraint: .
- Notes
No equivalent traditional C interface for this routine exists in the NAG Library.