

Public Member Functions | |
| def | set |
| def | __str__ |
| def | __init__ |
Public Attributes | |
| this | |
This struct is used for storing eigenvalues and Ritz values, as a pair of real values. C++ includes: AnasaziTypes.hpp
| 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
| 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)
1.7.6.1