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

List of all members.

Public Member Functions

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

Public Attributes

 this

Static Public Attributes

 isComplex = _Teuchos.ScalarTraitsUint_isComplex
 isOrdinal = _Teuchos.ScalarTraitsUint_isOrdinal
 isComparable = _Teuchos.ScalarTraitsUint_isComparable
 hasMachineParameters = _Teuchos.ScalarTraitsUint_hasMachineParameters

Detailed Description


Constructor & Destructor Documentation

__init__(Teuchos::ScalarTraits<(unsigned int)> self) -> ScalarTraitsUint

Member Function Documentation

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

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