#include <RTOpPack_OldTypes.hpp>
Inheritance diagram for RTOpPack::MutableSubMultiVectorT1B< Scalar >:
Public Member Functions | |
| MutableSubMultiVectorT1B () | |
| | |
| MutableSubMultiVectorT1B (Teuchos_Index globalOffset, Teuchos_Index subDim, Teuchos_Index colOffset, Teuchos_Index numSubCols, const Scalar *values, Teuchos_Index leadingDim) | |
| | |
| MutableSubMultiVectorT1B (const MutableSubMultiVectorT1B< 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 () |
| | |
| Scalar * | values () const |
| | |
| Scalar & | operator() (Teuchos_Index i, Teuchos_Index j) const |
One-based indexing (Preconditions: values()!=NULL && (1<=i<= subDim()) && (1<=j<=numSubCols()). | |
| MutableSubVectorT1B< Scalar > | col (const Teuchos_Index j) const |
Return a MutableSubVectorT1B view of the jth sub-column (Preconditions: values()!=NULL && (1<=j<=numSubCols()). | |
Definition at line 243 of file RTOpPack_OldTypes.hpp.
|
|||||||||
|
Definition at line 246 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||||||||||||||||||
|
Definition at line 248 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Definition at line 256 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||||||||||||||||||
|
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >. Definition at line 272 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >. Definition at line 279 of file RTOpPack_OldTypes.hpp. |
|
|||||||||
|
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >. Definition at line 282 of file RTOpPack_OldTypes.hpp. |
|
||||||||||||||||
|
One-based indexing (Preconditions:
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >. Definition at line 284 of file RTOpPack_OldTypes.hpp. |
|
||||||||||
|
Return a
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >. Definition at line 287 of file RTOpPack_OldTypes.hpp. |
1.3.9.1