|
Thyra Version of the Day
|
Create an explicit non-mutable (const) view of a MultiVectorBase object.
More...
#include <Thyra_DetachedMultiVectorView.hpp>
Public Member Functions | |
| ConstDetachedMultiVectorView (const RCP< const MultiVectorBase< Scalar > > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D()) | |
| ConstDetachedMultiVectorView (const MultiVectorBase< Scalar > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D()) | |
| ~ConstDetachedMultiVectorView () | |
| const RTOpPack::ConstSubMultiVectorView< Scalar > & | smv () const |
| Ordinal | globalOffset () const |
| Ordinal | subDim () const |
| Ordinal | colOffset () const |
| Ordinal | numSubCols () const |
| const Scalar * | values () const |
| Ordinal | leadingDim () const |
| const Scalar & | operator() (Ordinal i, Ordinal j) const |
Create an explicit non-mutable (const) view of a MultiVectorBase object.
Definition at line 25 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 28 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 34 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 40 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 42 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 44 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 46 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 48 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 50 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 52 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 54 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Zero-based indexing: Preconditions: values()!=NULL && (0<=i<subDim()) && (0<=j<numSubCols())
Definition at line 58 of file Thyra_DetachedMultiVectorView.hpp.