PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes | Static Public Attributes
PyTrilinos.Teuchos.ScalarTraitsFloat Class Reference
Inheritance diagram for PyTrilinos.Teuchos.ScalarTraitsFloat:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Teuchos.ScalarTraitsFloat:
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.ScalarTraitsFloat_isComplex
 isOrdinal = _Teuchos.ScalarTraitsFloat_isOrdinal
 isComparable = _Teuchos.ScalarTraitsFloat_isComparable
 hasMachineParameters = _Teuchos.ScalarTraitsFloat_hasMachineParameters

Detailed Description


Constructor & Destructor Documentation

__init__(Teuchos::ScalarTraits<(float)> self) -> ScalarTraitsFloat

Member Function Documentation

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

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