|
Thyra Version of the Day
|
Create an explicit mutable (non-const) view of a MultiVectorBase object.
More...
#include <Thyra_DetachedMultiVectorView.hpp>
Public Member Functions | |
| DetachedMultiVectorView (const RCP< MultiVectorBase< Scalar > > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D()) | |
| DetachedMultiVectorView (MultiVectorBase< Scalar > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D()) | |
| ~DetachedMultiVectorView () | |
| const RTOpPack::SubMultiVectorView< Scalar > & | smv () const |
| Ordinal | globalOffset () const |
| Ordinal | subDim () const |
| Ordinal | colOffset () const |
| Ordinal | numSubCols () const |
| Scalar * | values () const |
| Ordinal | leadingDim () const |
| Scalar & | operator() (Ordinal i, Ordinal j) |
Related Symbols | |
(Note that these are not member symbols.) | |
| template<class Scalar > | |
| void | doExplicitMultiVectorAdjoint (const MultiVectorBase< Scalar > &mvIn, MultiVectorBase< Scalar > *mvTransOut) |
| Do an explicit multi-vector adjoint. | |
Create an explicit mutable (non-const) view of a MultiVectorBase object.
Definition at line 76 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 79 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 85 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 91 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 93 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 95 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 97 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 99 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 101 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 103 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 105 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Zero-based indexing: Preconditions: values()!=NULL && (0<=i<subDim()) && (0<=j<numSubCols())
Definition at line 109 of file Thyra_DetachedMultiVectorView.hpp.
|
related |
Do an explicit multi-vector adjoint.
Definition at line 126 of file Thyra_DetachedMultiVectorView.hpp.