Anasazi  Version of the Day
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 61 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 63 of file AnasaziTypes.hpp.

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

The imaginary component of the eigenvalue.

Definition at line 65 of file AnasaziTypes.hpp.


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