PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes | Static Public Attributes
PyTrilinos.Teuchos.ScalarTraitsLong Class Reference
Inheritance diagram for PyTrilinos.Teuchos.ScalarTraitsLong:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Teuchos.ScalarTraitsLong:
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.ScalarTraitsLong_isComplex
 isOrdinal = _Teuchos.ScalarTraitsLong_isOrdinal
 isComparable = _Teuchos.ScalarTraitsLong_isComparable
 hasMachineParameters = _Teuchos.ScalarTraitsLong_hasMachineParameters

Detailed Description


Constructor & Destructor Documentation

__init__(Teuchos::ScalarTraits<(long)> self) -> ScalarTraitsLong

Member Function Documentation

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

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