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

#include <Matrix.h>

Public Attributes

Matrixev
 The eigenvectors in matrix form.
 
std::vector< double > eigs
 The corresponding eigenvalues.
 

Detailed Description

struct EigenPair is a struct to hold the real eigenvectors of a matrix along with its real eigenvalues.

Definition at line 1354 of file Matrix.h.


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