libROM  v1.0
Data-driven physical simulation library
Public Attributes | List of all members
CAROM::ComplexEigenPair Struct Reference

#include <Matrix.h>

Public Attributes

Matrixev_real
 The real component of the eigenvectors in matrix form.
 
Matrixev_imaginary
 The imaginary component of the eigenvectors in matrix form.
 
std::vector< std::complex< double > > eigs
 The corresponding complex eigenvalues.
 

Detailed Description

struct ComplexEigenPair is a struct to hold the real and imaginary eigenvectors of a matrix along with its eigenvalues.

Definition at line 1371 of file Matrix.h.


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