Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Related Functions | List of all members
Thyra::DetachedMultiVectorView< Scalar > Class Template Reference

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...
 

Detailed Description

template<class Scalar>
class Thyra::DetachedMultiVectorView< Scalar >

Create an explicit mutable (non-const) view of a MultiVectorBase object.

Definition at line 108 of file Thyra_DetachedMultiVectorView.hpp.

Constructor & Destructor Documentation

template<class Scalar>
Thyra::DetachedMultiVectorView< Scalar >::DetachedMultiVectorView ( const RCP< MultiVectorBase< Scalar > > &  mv,
const Range1D rowRng = Range1D(),
const Range1D colRng = Range1D() 
)
inline

Definition at line 111 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Thyra::DetachedMultiVectorView< Scalar >::DetachedMultiVectorView ( MultiVectorBase< Scalar > &  mv,
const Range1D rowRng = Range1D(),
const Range1D colRng = Range1D() 
)
inline

Definition at line 117 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Thyra::DetachedMultiVectorView< Scalar >::~DetachedMultiVectorView ( )
inline

Definition at line 123 of file Thyra_DetachedMultiVectorView.hpp.

Member Function Documentation

template<class Scalar>
const RTOpPack::SubMultiVectorView<Scalar>& Thyra::DetachedMultiVectorView< Scalar >::smv ( ) const
inline

Definition at line 125 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Ordinal Thyra::DetachedMultiVectorView< Scalar >::globalOffset ( ) const
inline

Definition at line 127 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Ordinal Thyra::DetachedMultiVectorView< Scalar >::subDim ( ) const
inline

Definition at line 129 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Ordinal Thyra::DetachedMultiVectorView< Scalar >::colOffset ( ) const
inline

Definition at line 131 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Ordinal Thyra::DetachedMultiVectorView< Scalar >::numSubCols ( ) const
inline

Definition at line 133 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Scalar* Thyra::DetachedMultiVectorView< Scalar >::values ( ) const
inline

Definition at line 135 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Ordinal Thyra::DetachedMultiVectorView< Scalar >::leadingDim ( ) const
inline

Definition at line 137 of file Thyra_DetachedMultiVectorView.hpp.

template<class Scalar>
Scalar& Thyra::DetachedMultiVectorView< Scalar >::operator() ( Ordinal  i,
Ordinal  j 
)
inline

Zero-based indexing: Preconditions: values()!=NULL && (0<=i<subDim()) && (0<=j<numSubCols())

Definition at line 141 of file Thyra_DetachedMultiVectorView.hpp.

Friends And Related Function Documentation

template<class Scalar >
void doExplicitMultiVectorAdjoint ( const MultiVectorBase< Scalar > &  mvIn,
MultiVectorBase< Scalar > *  mvTransOut 
)
related

Do an explicit multi-vector adjoint.

Definition at line 158 of file Thyra_DetachedMultiVectorView.hpp.


The documentation for this class was generated from the following file: