|
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 57 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 60 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 66 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 72 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 74 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 76 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 78 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 80 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 82 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 84 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 86 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Zero-based indexing: Preconditions: values()!=NULL && (0<=i<subDim()) && (0<=j<numSubCols())
Definition at line 90 of file Thyra_DetachedMultiVectorView.hpp.
1.8.5