PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes | Static Public Attributes
PyTrilinos.Teuchos.ScalarTraitsInt Class Reference
Inheritance diagram for PyTrilinos.Teuchos.ScalarTraitsInt:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Teuchos.ScalarTraitsInt:
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.ScalarTraitsInt_isComplex
 isOrdinal = _Teuchos.ScalarTraitsInt_isOrdinal
 isComparable = _Teuchos.ScalarTraitsInt_isComparable
 hasMachineParameters = _Teuchos.ScalarTraitsInt_hasMachineParameters

Detailed Description


Constructor & Destructor Documentation

def PyTrilinos.Teuchos.ScalarTraitsInt.__init__ (   self,
  args 
)
__init__(Teuchos::ScalarTraits<(int)> self) -> ScalarTraitsInt

Member Function Documentation

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

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