linalg 1.8.2
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Extracts the diagonal of a matrix. More...
Public Member Functions | |
extract_diagonal_dbl | |
extract_diagonal_cmplx | |
extract_diagonal_csr | |
Extracts the diagonal of a matrix.
[in] | a | The M-by-N matrix. |
[out] | diag | The MIN(M, N) element array for the diagonal elements. |
[in,out] | err | An optional errors-based object that if provided can be used to retrieve information relating to any errors encountered during execution. If not provided, a default implementation of the errors class is used internally to provide error handling. Possible errors and warning messages that may be encountered are as follows.
|
Definition at line 4210 of file linalg.f90.