PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes | Static Public Attributes
PyTrilinos.Teuchos.ScalarTraitsUlong Class Reference
Inheritance diagram for PyTrilinos.Teuchos.ScalarTraitsUlong:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Teuchos.ScalarTraitsUlong:
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.ScalarTraitsUlong_isComplex
 isOrdinal = _Teuchos.ScalarTraitsUlong_isOrdinal
 isComparable = _Teuchos.ScalarTraitsUlong_isComparable
 hasMachineParameters = _Teuchos.ScalarTraitsUlong_hasMachineParameters

Detailed Description


Constructor & Destructor Documentation

__init__(Teuchos::ScalarTraits<(unsigned long)> self) -> ScalarTraitsUlong

Member Function Documentation

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

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