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