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

List of all members.

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

Detailed Description


Constructor & Destructor Documentation

__init__(Teuchos::ScalarTraits<(double)> self) -> ScalarTraitsDouble

Member Function Documentation

base() -> Teuchos::ScalarTraits< double >::magnitudeType
conjugate(double a) -> double
emax() -> Teuchos::ScalarTraits< double >::magnitudeType
emin() -> Teuchos::ScalarTraits< double >::magnitudeType
eps() -> Teuchos::ScalarTraits< double >::magnitudeType
imag(double a) -> Teuchos::ScalarTraits< double >::magnitudeType
isnaninf(double const & x) -> bool
magnitude(double a) -> Teuchos::ScalarTraits< double >::magnitudeType
name() -> std::string
nan() -> double
one() -> double
pow(double x, double y) -> double
prec() -> Teuchos::ScalarTraits< double >::magnitudeType
random() -> double
real(double a) -> Teuchos::ScalarTraits< double >::magnitudeType
rmax() -> Teuchos::ScalarTraits< double >::magnitudeType
rmin() -> Teuchos::ScalarTraits< double >::magnitudeType
rnd() -> Teuchos::ScalarTraits< double >::magnitudeType
seedrandom(unsigned int s)
sfmin() -> Teuchos::ScalarTraits< double >::magnitudeType
squareroot(double x) -> double
t() -> Teuchos::ScalarTraits< double >::magnitudeType
zero() -> double

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