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. | |
|
|
Type for the dimension of a vector space.
|
|
|
Type for a range of indices.
|
|
|
Deprecated.
|
|
|
Enumeration for determining how a linear operator is applied.
|
|
|
|
Determines if a view is a direct view of data or a detached copy of data.
|
|
|
Determine if data is unit stride or non-unit stride.
|
|
|
Return a string name for a
|
|
|
Return a string name for a
|
|
|
Return
|
|
|
Perform a not operation on an EOpTransp value.
|
|
||||||||||||
|
Combine two transpose arguments.
|
|
|
Convert from
|
|
|
Convert from
|
|
|
Convert from
|
1.3.9.1