linalg 1.6.1
A linear algebra library that provides a user-friendly interface to several BLAS and LAPACK routines.
Loading...
Searching...
No Matches
linalg_immutable::eigen_results Type Reference

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...
 

Detailed Description

Defines a container for the output of an Eigen analysis of a square matrix.

Definition at line 186 of file linalg_immutable.f90.

Member Data Documentation

◆ values

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.

◆ vectors

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.


The documentation for this type was generated from the following file: