

Public Member Functions | |
| def | eps |
| def | sfmin |
| def | base |
| def | prec |
| def | t |
| def | rnd |
| def | emin |
| def | rmin |
| def | emax |
| def | rmax |
| def | magnitude |
| def | zero |
| def | one |
| def | real |
| def | imag |
| def | conjugate |
| def | nan |
| def | isnaninf |
| def | seedrandom |
| def | random |
| def | name |
| def | squareroot |
| def | pow |
| def | __init__ |
Public Attributes | |
| this | |
Static Public Attributes | |
| isComplex = _Teuchos.ScalarTraitsDouble_isComplex | |
| isOrdinal = _Teuchos.ScalarTraitsDouble_isOrdinal | |
| isComparable = _Teuchos.ScalarTraitsDouble_isComparable | |
| hasMachineParameters = _Teuchos.ScalarTraitsDouble_hasMachineParameters | |
| def PyTrilinos.Teuchos.ScalarTraitsDouble.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Teuchos::ScalarTraits<(double)> self) -> ScalarTraitsDouble
| def PyTrilinos.Teuchos.ScalarTraitsDouble.base | ( | args | ) |
base() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.conjugate | ( | args | ) |
conjugate(double a) -> double
| def PyTrilinos.Teuchos.ScalarTraitsDouble.emax | ( | args | ) |
emax() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.emin | ( | args | ) |
emin() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.eps | ( | args | ) |
eps() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.imag | ( | args | ) |
imag(double a) -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.isnaninf | ( | args | ) |
isnaninf(double const & x) -> bool
| def PyTrilinos.Teuchos.ScalarTraitsDouble.magnitude | ( | args | ) |
magnitude(double a) -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.name | ( | args | ) |
name() -> std::string
| def PyTrilinos.Teuchos.ScalarTraitsDouble.nan | ( | args | ) |
nan() -> double
| def PyTrilinos.Teuchos.ScalarTraitsDouble.one | ( | args | ) |
one() -> double
| def PyTrilinos.Teuchos.ScalarTraitsDouble.pow | ( | args | ) |
pow(double x, double y) -> double
| def PyTrilinos.Teuchos.ScalarTraitsDouble.prec | ( | args | ) |
prec() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.random | ( | args | ) |
random() -> double
| def PyTrilinos.Teuchos.ScalarTraitsDouble.real | ( | args | ) |
real(double a) -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.rmax | ( | args | ) |
rmax() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.rmin | ( | args | ) |
rmin() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.rnd | ( | args | ) |
rnd() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.seedrandom | ( | args | ) |
seedrandom(unsigned int s)
| def PyTrilinos.Teuchos.ScalarTraitsDouble.sfmin | ( | args | ) |
sfmin() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.squareroot | ( | args | ) |
squareroot(double x) -> double
| def PyTrilinos.Teuchos.ScalarTraitsDouble.t | ( | args | ) |
t() -> Teuchos::ScalarTraits< double >::magnitudeType
| def PyTrilinos.Teuchos.ScalarTraitsDouble.zero | ( | args | ) |
zero() -> double
1.7.6.1