Basic Thyra types.
[C++ code for foundational Thyra operator/vector interfaces]


Typedefs

typedef Teuchos::Range1D::Index Thyra::Index
 Type for the dimension of a vector space.
typedef Teuchos::Range1D Thyra::Range1D
 Type for a range of indices.
typedef EOpTransp Thyra::ETransp
 Deprecated.

Enumerations

enum  Thyra::EConj { Thyra::NONCONJ_ELE, Thyra::CONJ_ELE }
 Enumeration for determining how a linear operator is applied. More...
enum  Thyra::EOpTransp { Thyra::NOTRANS, Thyra::CONJ, Thyra::TRANS, Thyra::CONJTRANS }
 Enumeration for determining how a linear operator is applied. More...
enum  Thyra::EViewType { Thyra::VIEW_TYPE_DIRECT, Thyra::VIEW_TYPE_DETACHED }
 Determines if a view is a direct view of data or a detached copy of data. More...
enum  Thyra::EStrideType { Thyra::STRIDE_TYPE_UNIT, Thyra::STRIDE_TYPE_NONUNIT }
 Determine if data is unit stride or non-unit stride. More...

Functions

const char * Thyra::toString (EConj conj)
 Return a string name for a EOpTransp value.
const char * Thyra::toString (EOpTransp transp)
 Return a string name for a EOpTransp value.
EOpTransp Thyra::real_trans (EOpTransp transp)
 Return NOTRANS or TRANS for real scalar valued operators and this also is used for determining structural transpose.
EOpTransp Thyra::not_trans (EOpTransp transp)
 Perform a not operation on an EOpTransp value.
EOpTransp Thyra::trans_trans (EOpTransp trans1, EOpTransp trans2)
 Combine two transpose arguments.
EConj Thyra::transToConj (EOpTransp trans)
 Convert from EOpTransp to EConj.
EOpTransp Thyra::applyConjToTrans (EConj conj)
 Convert from EConj to EOpTransp for forward apply.
EOpTransp Thyra::applyTransposeConjToTrans (EConj conj)
 Convert from EConj to EOpTransp for forward apply.

Typedef Documentation

typedef Teuchos::Range1D::Index Thyra::Index
 

Type for the dimension of a vector space.

typedef Teuchos::Range1D Thyra::Range1D
 

Type for a range of indices.

typedef EOpTransp Thyra::ETransp
 

Deprecated.


Enumeration Type Documentation

enum EConj
 

Enumeration for determining how a linear operator is applied.

Enumeration values:
NONCONJ_ELE  Use the linear operator with non-conjugate elements.
CONJ_ELE  Use the linear operator with conjugate elements.

enum EOpTransp
 

Enumeration for determining how a linear operator is applied.

Enumeration values:
NOTRANS  Use the non-transposed operator.
CONJ  Use the non-transposed operator with complex-conjugate elements (same as NOTRANS for real scalar types).
TRANS  Use the transposed operator.
CONJTRANS  Use the transposed operator with complex-conjugate clements (same as TRANS for real scalar types).

enum EViewType
 

Determines if a view is a direct view of data or a detached copy of data.

Enumeration values:
VIEW_TYPE_DIRECT  The view is a direct view of data and no copies are made.
VIEW_TYPE_DETACHED  The view is a detached copy of the data.

enum EStrideType
 

Determine if data is unit stride or non-unit stride.

Enumeration values:
STRIDE_TYPE_UNIT  The stride between elements in an array is one.
STRIDE_TYPE_NONUNIT  The stride between elements in an array is greater than or equal to one.


Function Documentation

const char* toString EConj  conj  )  [inline]
 

Return a string name for a EOpTransp value.

const char* toString EOpTransp  transp  )  [inline]
 

Return a string name for a EOpTransp value.

EOpTransp real_trans EOpTransp  transp  )  [inline]
 

Return NOTRANS or TRANS for real scalar valued operators and this also is used for determining structural transpose.

EOpTransp not_trans EOpTransp  transp  )  [inline]
 

Perform a not operation on an EOpTransp value.

EOpTransp trans_trans EOpTransp  trans1,
EOpTransp  trans2
[inline]
 

Combine two transpose arguments.

EConj transToConj EOpTransp  trans  )  [inline]
 

Convert from EOpTransp to EConj.

EOpTransp applyConjToTrans EConj  conj  )  [inline]
 

Convert from EConj to EOpTransp for forward apply.

EOpTransp applyTransposeConjToTrans EConj  conj  )  [inline]
 

Convert from EConj to EOpTransp for forward apply.


Generated on Sun Nov 23 12:12:44 2008 for Fundamental Thyra ANA Operator/Vector Interfaces by  doxygen 1.3.9.1