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

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

#include <Thyra_DetachedMultiVectorView.hpp>

Public Member Functions

 ConstDetachedMultiVectorView (const RCP< const MultiVectorBase< Scalar > > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D())
 
 ConstDetachedMultiVectorView (const MultiVectorBase< Scalar > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D())
 
 ~ConstDetachedMultiVectorView ()
 
const
RTOpPack::ConstSubMultiVectorView
< Scalar > & 
smv () const
 
Ordinal globalOffset () const
 
Ordinal subDim () const
 
Ordinal colOffset () const
 
Ordinal numSubCols () const
 
const Scalar * values () const
 
Ordinal leadingDim () const
 
const Scalar & operator() (Ordinal i, Ordinal j) const
 

Detailed Description

template<class Scalar>
class Thyra::ConstDetachedMultiVectorView< Scalar >

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

Definition at line 57 of file Thyra_DetachedMultiVectorView.hpp.

Constructor & Destructor Documentation

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

Definition at line 60 of file Thyra_DetachedMultiVectorView.hpp.

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

Definition at line 66 of file Thyra_DetachedMultiVectorView.hpp.

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

Definition at line 72 of file Thyra_DetachedMultiVectorView.hpp.

Member Function Documentation

template<class Scalar>
const RTOpPack::ConstSubMultiVectorView<Scalar>& Thyra::ConstDetachedMultiVectorView< Scalar >::smv ( ) const
inline

Definition at line 74 of file Thyra_DetachedMultiVectorView.hpp.

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

Definition at line 76 of file Thyra_DetachedMultiVectorView.hpp.

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

Definition at line 78 of file Thyra_DetachedMultiVectorView.hpp.

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

Definition at line 80 of file Thyra_DetachedMultiVectorView.hpp.

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

Definition at line 82 of file Thyra_DetachedMultiVectorView.hpp.

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

Definition at line 84 of file Thyra_DetachedMultiVectorView.hpp.

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

Definition at line 86 of file Thyra_DetachedMultiVectorView.hpp.

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

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

Definition at line 90 of file Thyra_DetachedMultiVectorView.hpp.


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