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 Functions | |
(Note that these are not member functions.) | |
template<class Scalar > | |
void | doExplicitMultiVectorAdjoint (const MultiVectorBase< Scalar > &mvIn, MultiVectorBase< Scalar > *mvTransOut) |
Do an explicit multi-vector adjoint. More... | |
Create an explicit mutable (non-const) view of a MultiVectorBase
object.
Definition at line 108 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 111 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 117 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 123 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 125 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 127 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 129 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 131 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 133 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 135 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Definition at line 137 of file Thyra_DetachedMultiVectorView.hpp.
|
inline |
Zero-based indexing: Preconditions: values()!=NULL && (0<=i<subDim()) && (0<=j<numSubCols())
Definition at line 141 of file Thyra_DetachedMultiVectorView.hpp.
|
related |
Do an explicit multi-vector adjoint.
Definition at line 158 of file Thyra_DetachedMultiVectorView.hpp.