RTOpPack: Extra C/C++ Code for Vector Reduction/Transformation Operators
Version of the Day
|
Class for a non-mutable sub-multi-vector (submatrix). More...
#include <RTOpPack_OldTypes.hpp>
Public Member Functions | |
SubMultiVectorT1B () | |
SubMultiVectorT1B (Teuchos_Ordinal globalOffset, Teuchos_Ordinal subDim, Teuchos_Ordinal colOffset, Teuchos_Ordinal numSubCols, const Scalar *values, Teuchos_Ordinal leadingDim) | |
SubMultiVectorT1B (const SubMultiVectorT1B< Scalar > &smv) | |
void | initialize (Teuchos_Ordinal globalOffset, Teuchos_Ordinal subDim, Teuchos_Ordinal colOffset, Teuchos_Ordinal numSubCols, const Scalar *values, Teuchos_Ordinal leadingDim) |
void | set_uninitialized () |
void | setGlobalOffset (Teuchos_Ordinal globalOffset) |
Teuchos_Ordinal | globalOffset () const |
Teuchos_Ordinal | subDim () const |
Teuchos_Ordinal | colOffset () const |
Teuchos_Ordinal | numSubCols () const |
const Scalar * | values () const |
Teuchos_Ordinal | leadingDim () const |
const Scalar & | operator() (Teuchos_Ordinal i, Teuchos_Ordinal j) const |
One-based indexing (Preconditions: values()!=NULL && (1<=i<=subDim()) && (1<=j<= numSubCols() ) More... | |
SubVectorT1B< Scalar > | col (const Teuchos_Ordinal j) const |
Return a SubVectorT1B view of the jth sub-column (Preconditions: values()!=NULL (1<=j<=numSubCols() ) More... | |
Class for a non-mutable sub-multi-vector (submatrix).
Definition at line 166 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 169 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 174 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 184 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 199 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 207 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 210 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 212 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 214 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 216 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 218 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 220 of file RTOpPack_OldTypes.hpp.
|
inline |
Definition at line 222 of file RTOpPack_OldTypes.hpp.
|
inline |
One-based indexing (Preconditions: values()!=NULL && (1<=i<=subDim()) && (1<=j<= numSubCols()
)
Definition at line 224 of file RTOpPack_OldTypes.hpp.
|
inline |
Return a SubVectorT1B
view of the jth sub-column (Preconditions: values()!=NULL (1<=j<=numSubCols()
)
Definition at line 239 of file RTOpPack_OldTypes.hpp.