MultiVectorBase object.
More...
#include <Thyra_ExplicitMultiVectorView.hpp>
Public Member Functions | |
| ExplicitMultiVectorView (const MultiVectorBase< Scalar > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D()) | |
| | |
| ~ExplicitMultiVectorView () | |
| | |
| const RTOpPack::SubMultiVectorT< Scalar > & | smv () const |
| | |
| RTOp_index_type | globalOffset () const |
| | |
| RTOp_index_type | subDim () const |
| | |
| RTOp_index_type | colOffset () const |
| | |
| RTOp_index_type | numSubCols () const |
| | |
| const Scalar * | values () const |
| | |
| RTOp_index_type | leadingDim () const |
| | |
| const Scalar & | operator() (RTOp_index_type i, RTOp_index_type j) const |
One-based indexing: Preconditions: values()!=NULL && (1<=i<=subDim()) && (1<=j<=numSubCols()). | |
MultiVectorBase object.
Definition at line 41 of file Thyra_ExplicitMultiVectorView.hpp.
|
||||||||||||||||||||
|
Definition at line 44 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 49 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 51 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 53 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 55 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 57 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 59 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 61 of file Thyra_ExplicitMultiVectorView.hpp. |
|
|||||||||
|
Definition at line 63 of file Thyra_ExplicitMultiVectorView.hpp. |
|
||||||||||||||||
|
One-based indexing: Preconditions:
Definition at line 65 of file Thyra_ExplicitMultiVectorView.hpp. |
1.3.9.1