PyTrilinos  Development
 All Classes Functions
Public Member Functions | Public Attributes | Static Public Attributes
PyTrilinos.Teuchos.ScalarTraitsShort Class Reference
Inheritance diagram for PyTrilinos.Teuchos.ScalarTraitsShort:
Inheritance graph
[legend]
Collaboration diagram for PyTrilinos.Teuchos.ScalarTraitsShort:
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.ScalarTraitsShort_isComplex
 isOrdinal = _Teuchos.ScalarTraitsShort_isOrdinal
 isComparable = _Teuchos.ScalarTraitsShort_isComparable
 hasMachineParameters = _Teuchos.ScalarTraitsShort_hasMachineParameters

Detailed Description


Constructor & Destructor Documentation

__init__(Teuchos::ScalarTraits<(short)> self) -> ScalarTraitsShort

Member Function Documentation

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

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