Anasazi
Version of the Day
|
This struct is used for storing eigenvalues and Ritz values, as a pair of real values. More...
#include <AnasaziTypes.hpp>
Public Attributes | |
Teuchos::ScalarTraits < ScalarType >::magnitudeType | realpart |
The real component of the eigenvalue. More... | |
Teuchos::ScalarTraits < ScalarType >::magnitudeType | imagpart |
The imaginary component of the eigenvalue. More... | |
This struct is used for storing eigenvalues and Ritz values, as a pair of real values.
Definition at line 42 of file AnasaziTypes.hpp.
Teuchos::ScalarTraits<ScalarType>::magnitudeType Anasazi::Value< ScalarType >::realpart |
The real component of the eigenvalue.
Definition at line 44 of file AnasaziTypes.hpp.
Teuchos::ScalarTraits<ScalarType>::magnitudeType Anasazi::Value< ScalarType >::imagpart |
The imaginary component of the eigenvalue.
Definition at line 46 of file AnasaziTypes.hpp.