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

List of all members.

Public Member Functions

def magnitude
def zero
def one
def real
def imag
def conjugate
def isnaninf
def seedrandom
def random
def name
def squareroot
def pow
def __init__

Public Attributes

 this

Static Public Attributes

 isComplex = _Teuchos.ScalarTraitsByte_isComplex
 isOrdinal = _Teuchos.ScalarTraitsByte_isOrdinal
 isComparable = _Teuchos.ScalarTraitsByte_isComparable
 hasMachineParameters = _Teuchos.ScalarTraitsByte_hasMachineParameters

Detailed Description


Constructor & Destructor Documentation

__init__(Teuchos::ScalarTraits<(char)> self) -> ScalarTraitsByte

Member Function Documentation

conjugate(char a) -> char
imag(char a) -> Teuchos::ScalarTraits< char >::magnitudeType
isnaninf(char const & x) -> bool
magnitude(char a) -> Teuchos::ScalarTraits< char >::magnitudeType
name() -> std::string
one() -> char
pow(char x, char y) -> char
random() -> char
real(char a) -> Teuchos::ScalarTraits< char >::magnitudeType
seedrandom(unsigned int s)
squareroot(char x) -> char
zero() -> char

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