|
RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators Version of the Day
|
Class for a mutable sub-vector. More...
#include <RTOpPack_OldTypes.hpp>

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()) | |
Class for a mutable sub-vector.
Definition at line 248 of file RTOpPack_OldTypes.hpp.
| RTOpPack::MutableSubMultiVectorT1B< Scalar >::MutableSubMultiVectorT1B | ( | ) | [inline] |
Definition at line 251 of file RTOpPack_OldTypes.hpp.
| RTOpPack::MutableSubMultiVectorT1B< Scalar >::MutableSubMultiVectorT1B | ( | Teuchos_Index | globalOffset, |
| Teuchos_Index | subDim, | ||
| Teuchos_Index | colOffset, | ||
| Teuchos_Index | numSubCols, | ||
| const Scalar * | values, | ||
| Teuchos_Index | leadingDim | ||
| ) | [inline] |
Definition at line 253 of file RTOpPack_OldTypes.hpp.
| RTOpPack::MutableSubMultiVectorT1B< Scalar >::MutableSubMultiVectorT1B | ( | const MutableSubMultiVectorT1B< Scalar > & | smv | ) | [inline] |
Definition at line 261 of file RTOpPack_OldTypes.hpp.
| void RTOpPack::MutableSubMultiVectorT1B< Scalar >::initialize | ( | Teuchos_Index | globalOffset, |
| Teuchos_Index | subDim, | ||
| Teuchos_Index | colOffset, | ||
| Teuchos_Index | numSubCols, | ||
| const Scalar * | values, | ||
| Teuchos_Index | leadingDim | ||
| ) | [inline] |
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >.
Definition at line 277 of file RTOpPack_OldTypes.hpp.
| void RTOpPack::MutableSubMultiVectorT1B< Scalar >::set_uninitialized | ( | ) | [inline] |
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >.
Definition at line 284 of file RTOpPack_OldTypes.hpp.
| Scalar* RTOpPack::MutableSubMultiVectorT1B< Scalar >::values | ( | ) | const [inline] |
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >.
Definition at line 287 of file RTOpPack_OldTypes.hpp.
| Scalar& RTOpPack::MutableSubMultiVectorT1B< Scalar >::operator() | ( | Teuchos_Index | i, |
| Teuchos_Index | j | ||
| ) | const [inline] |
One-based indexing (Preconditions: values()!=NULL && (1<=i<= subDim()) && (1<=j<=numSubCols())
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >.
Definition at line 289 of file RTOpPack_OldTypes.hpp.
| MutableSubVectorT1B<Scalar> RTOpPack::MutableSubMultiVectorT1B< Scalar >::col | ( | const Teuchos_Index | j | ) | const [inline] |
Return a MutableSubVectorT1B view of the jth sub-column (Preconditions: values()!=NULL && (1<=j<=numSubCols())
Reimplemented from RTOpPack::SubMultiVectorT1B< Scalar >.
Definition at line 292 of file RTOpPack_OldTypes.hpp.
1.7.4