#include <AnasaziTypes.hpp>
Public Member Functions | |
void | set (const typename Teuchos::ScalarTraits< ScalarType >::magnitudeType &rp, const typename Teuchos::ScalarTraits< ScalarType >::magnitudeType &ip) |
Value< ScalarType > & | operator= (const Value< ScalarType > &rhs) |
Public Attributes | |
Teuchos::ScalarTraits < ScalarType >::magnitudeType | realpart |
The real component of the eigenvalue. | |
Teuchos::ScalarTraits < ScalarType >::magnitudeType | imagpart |
The imaginary component of the eigenvalue. |
Definition at line 59 of file AnasaziTypes.hpp.
Value<ScalarType>& Anasazi::Value< ScalarType >::operator= | ( | const Value< ScalarType > & | rhs | ) | [inline] |
Definition at line 67 of file AnasaziTypes.hpp.
void Anasazi::Value< ScalarType >::set | ( | const typename Teuchos::ScalarTraits< ScalarType >::magnitudeType & | rp, | |
const typename Teuchos::ScalarTraits< ScalarType >::magnitudeType & | ip | |||
) | [inline] |
Definition at line 64 of file AnasaziTypes.hpp.
Teuchos::ScalarTraits<ScalarType>::magnitudeType Anasazi::Value< ScalarType >::imagpart |
Teuchos::ScalarTraits<ScalarType>::magnitudeType Anasazi::Value< ScalarType >::realpart |