Anasazi  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Attributes | List of all members
Anasazi::Value< ScalarType > Struct Template Reference

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

Detailed Description

template<class ScalarType>
struct Anasazi::Value< ScalarType >

This struct is used for storing eigenvalues and Ritz values, as a pair of real values.

Definition at line 74 of file AnasaziTypes.hpp.

Member Data Documentation

template<class ScalarType>
Teuchos::ScalarTraits<ScalarType>::magnitudeType Anasazi::Value< ScalarType >::realpart

The real component of the eigenvalue.

Definition at line 76 of file AnasaziTypes.hpp.

template<class ScalarType>
Teuchos::ScalarTraits<ScalarType>::magnitudeType Anasazi::Value< ScalarType >::imagpart

The imaginary component of the eigenvalue.

Definition at line 78 of file AnasaziTypes.hpp.


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