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