Typedefs | |
| typedef RTOp_index_type | Thyra::Index |
| Type for the dimension of a vector space. | |
| typedef RangePack::Range1D | Thyra::Range1D |
| Type for a range of indices. | |
Enumerations | |
| enum | Thyra::EConj { Thyra::NONCONJ_ELE, Thyra::CONJ_ELE } |
| Enumeration for determining how a linear operator is applied. More... | |
| enum | Thyra::ETransp { Thyra::NOTRANS, Thyra::CONJ, Thyra::TRANS, Thyra::CONJTRANS } |
| Enumeration for determining how a linear operator (with a single scalar * type) is applied. More... | |
Functions | |
| const char * | Thyra::toString (EConj conj) |
Return a string name for a ETransp value. | |
| const char * | Thyra::toString (ETransp transp) |
Return a string name for a ETransp value. | |
| ETransp | Thyra::real_trans (ETransp transp) |
Return NOTRANS or TRANS for real scalar valued operators and this also is used for determining structural transpose. | |
| ETransp | Thyra::not_trans (ETransp transp) |
| Perform a not operation on an ETransp value. | |
| ETransp | Thyra::trans_trans (ETransp trans1, ETransp trans2) |
| Combine two transpose arguments. | |
| EConj | Thyra::transToConj (ETransp trans) |
Convert from ETransp to EConj. | |
| ETransp | Thyra::applyConjToTrans (EConj conj) |
Convert from EConj to ETransp for forward apply. | |
| ETransp | Thyra::applyTransposeConjToTrans (EConj conj) |
Convert from EConj to ETransp for forward apply. | |
|
|
Type for the dimension of a vector space.
Definition at line 48 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Type for a range of indices.
Definition at line 51 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Enumeration for determining how a linear operator is applied.
Definition at line 55 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Enumeration for determining how a linear operator (with a single scalar * type) is applied.
Definition at line 76 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Return a string name for a
Definition at line 63 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Return a string name for a
Definition at line 86 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Return
Definition at line 102 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Perform a not operation on an ETransp value.
Definition at line 117 of file Thyra_OperatorVectorTypes.hpp. |
|
||||||||||||
|
Combine two transpose arguments.
Definition at line 132 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Convert from
Definition at line 154 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Convert from
Definition at line 169 of file Thyra_OperatorVectorTypes.hpp. |
|
|
Convert from
Definition at line 181 of file Thyra_OperatorVectorTypes.hpp. |
1.3.9.1