#include <RTOpPack_OldTypes.hpp>
Inheritance diagram for RTOpPack::SubMultiVectorT1B< Scalar >:
Public Member Functions | |
| SubMultiVectorT1B () | |
| | |
| SubMultiVectorT1B (Teuchos_Index globalOffset, Teuchos_Index subDim, Teuchos_Index colOffset, Teuchos_Index numSubCols, const Scalar *values, Teuchos_Index leadingDim) | |
| | |
| SubMultiVectorT1B (const SubMultiVectorT1B< Scalar > &smv) | |
| | |
| void | initialize (Teuchos_Index globalOffset, Teuchos_Index subDim, Teuchos_Index colOffset, Teuchos_Index numSubCols, const Scalar *values, Teuchos_Index leadingDim) |
| | |
| void | set_uninitialized () |
| | |
| void | setGlobalOffset (Teuchos_Index globalOffset) |
| | |
| Teuchos_Index | globalOffset () const |
| | |
| Teuchos_Index | subDim () const |
| | |
| Teuchos_Index | colOffset () const |
| | |
| Teuchos_Index | numSubCols () const |
| | |
| const Scalar * | values () const |
| | |
| Teuchos_Index | leadingDim () const |
| | |
| const Scalar & | operator() (Teuchos_Index i, Teuchos_Index j) const |
One-based indexing (Preconditions: values()!=NULL && (1<=i<=subDim()) && (1<=j<= numSubCols()). | |
| SubVectorT1B< Scalar > | col (const Teuchos_Index j) const |
Return a SubVectorT1B view of the jth sub-column (Preconditions: values()!=NULL (1<=j<=numSubCols()). | |
Definition at line 148 of file RTOpPack_OldTypes.hpp.
|
|||||||||
|
Definition at line 151 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 156 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Definition at line 166 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||||||||||||||||||
|
Reimplemented in RTOpPack::MutableSubMultiVectorT1B< Scalar >. Definition at line 181 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Reimplemented in RTOpPack::MutableSubMultiVectorT1B< Scalar >. Definition at line 189 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Definition at line 192 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 194 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 196 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 198 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 200 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Reimplemented in RTOpPack::MutableSubMultiVectorT1B< Scalar >. Definition at line 202 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Definition at line 204 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||
|
One-based indexing (Preconditions:
Reimplemented in RTOpPack::MutableSubMultiVectorT1B< Scalar >. Definition at line 206 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Return a
Reimplemented in RTOpPack::MutableSubMultiVectorT1B< Scalar >. Definition at line 221 of file RTOpPack_OldTypes.hpp. |
1.3.9.1