PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes
PyTrilinos.Anasazi.ValueDouble Class Reference
Inheritance diagram for PyTrilinos.Anasazi.ValueDouble:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Anasazi.ValueDouble:
Collaboration graph
[legend]

List of all members.

Public Member Functions

def set
def __str__
def __init__

Public Attributes

 this

Detailed Description

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

C++ includes: AnasaziTypes.hpp 

Constructor & Destructor Documentation

def PyTrilinos.Anasazi.ValueDouble.__init__ (   self,
  args 
)
__init__(Anasazi::Value<(double)> self) -> ValueDouble

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

C++ includes: AnasaziTypes.hpp 

Member Function Documentation

def PyTrilinos.Anasazi.ValueDouble.__str__ (   self,
  args 
)
__str__(ValueDouble self) -> std::string
def PyTrilinos.Anasazi.ValueDouble.set (   self,
  args 
)
set(ValueDouble self, Teuchos::ScalarTraits< double >::magnitudeType const & rp, Teuchos::ScalarTraits< double >::magnitudeType const & ip)

void Anasazi::Value<
ScalarType >::set(const typename Teuchos::ScalarTraits< ScalarType
>::magnitudeType &rp, const typename Teuchos::ScalarTraits< ScalarType
>::magnitudeType &ip) 

The documentation for this class was generated from the following file:
 All Classes Functions