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

List of all members.

Public Member Functions

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

Public Attributes

 this

Static Public Attributes

 isComplex = _Teuchos.ScalarTraitsLongLong_isComplex
 isComparable = _Teuchos.ScalarTraitsLongLong_isComparable
 hasMachineParameters = _Teuchos.ScalarTraitsLongLong_hasMachineParameters

Detailed Description

Proxy of C++ Teuchos::ScalarTraits<(long long)> class

Constructor & Destructor Documentation

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

Member Function Documentation

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

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