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 42 of file Thyra_DetachedMultiVectorView.hpp.
| Thyra::ConstDetachedMultiVectorView< Scalar >::ConstDetachedMultiVectorView | ( | const MultiVectorBase< Scalar > & | mv, | |
| const Range1D & | rowRng = Range1D(), |
|||
| const Range1D & | colRng = Range1D() | |||
| ) | [inline] |
| Thyra::ConstDetachedMultiVectorView< Scalar >::~ConstDetachedMultiVectorView | ( | ) | [inline] |
| const RTOpPack::ConstSubMultiVectorView<Scalar>& Thyra::ConstDetachedMultiVectorView< Scalar >::smv | ( | ) | const [inline] |
| Teuchos_Index Thyra::ConstDetachedMultiVectorView< Scalar >::globalOffset | ( | ) | const [inline] |
| Teuchos_Index Thyra::ConstDetachedMultiVectorView< Scalar >::subDim | ( | ) | const [inline] |
| Teuchos_Index Thyra::ConstDetachedMultiVectorView< Scalar >::colOffset | ( | ) | const [inline] |
| Teuchos_Index Thyra::ConstDetachedMultiVectorView< Scalar >::numSubCols | ( | ) | const [inline] |
| const Scalar* Thyra::ConstDetachedMultiVectorView< Scalar >::values | ( | ) | const [inline] |
| Teuchos_Index Thyra::ConstDetachedMultiVectorView< Scalar >::leadingDim | ( | ) | const [inline] |
| const Scalar& Thyra::ConstDetachedMultiVectorView< Scalar >::operator() | ( | Teuchos_Index | i, | |
| Teuchos_Index | j | |||
| ) | const [inline] |
Zero-based indexing: Preconditions: values()!=NULL && (0<=i<subDim()) && (0<=j<numSubCols()).
Definition at line 66 of file Thyra_DetachedMultiVectorView.hpp.
1.4.7