linalg 1.6.1
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
|
Defines a container for the output of an Eigen analysis of a square matrix. More...
Public Attributes | |
complex(real64), dimension(:), allocatable | values |
An N-element array containing the eigenvalues. More... | |
complex(real64), dimension(:,:), allocatable | vectors |
An N-by-N matrix containing the N right eigenvectors (one per column). More... | |
Defines a container for the output of an Eigen analysis of a square matrix.
Definition at line 186 of file linalg_immutable.f90.
complex(real64), dimension(:), allocatable linalg_immutable::eigen_results::values |
An N-element array containing the eigenvalues.
Definition at line 188 of file linalg_immutable.f90.
complex(real64), dimension(:,:), allocatable linalg_immutable::eigen_results::vectors |
An N-by-N matrix containing the N right eigenvectors (one per column).
Definition at line 191 of file linalg_immutable.f90.