MultiVectorBase object.
More...
#include <Thyra_ExplicitMultiVectorView.hpp>
Public Member Functions | |
| ExplicitMutableMultiVectorView (MultiVectorBase< Scalar > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D()) | |
| | |
| ~ExplicitMutableMultiVectorView () | |
| | |
| const RTOpPack::MutableSubMultiVectorT< Scalar > & | smv () const |
| | |
| RTOp_index_type | globalOffset () const |
| | |
| RTOp_index_type | subDim () const |
| | |
| RTOp_index_type | colOffset () const |
| | |
| RTOp_index_type | numSubCols () const |
| | |
| Scalar * | values () const |
| | |
| RTOp_index_type | leadingDim () const |
| | |
| Scalar & | operator() (RTOp_index_type i, RTOp_index_type j) |
One-based indexing: Preconditions: values()!=NULL && (1<=i<=subDim()) && (1<=j<=numSubCols()). | |
MultiVectorBase object.
Definition at line 80 of file Thyra_ExplicitMultiVectorView.hpp.
|
||||||||||||||||||||
|
Definition at line 83 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 88 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 90 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 92 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 94 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 96 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 98 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 100 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 102 of file Thyra_ExplicitMultiVectorView.hpp. |
|
||||||||||||||||
|
One-based indexing: Preconditions:
Definition at line 104 of file Thyra_ExplicitMultiVectorView.hpp. |
1.3.9.1