Thyra::ExplicitMultiVectorView< Scalar > Class Template Reference
[Thyra Operator/Vector Interfaces as an API for the Development of Abstract Numerical Algorithms (ANAs)]

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

#include <Thyra_ExplicitMultiVectorView.hpp>

List of all members.

Public Member Functions

 ExplicitMultiVectorView (const MultiVectorBase< Scalar > &mv, const Range1D &rowRng=Range1D(), const Range1D &colRng=Range1D())
 
 ~ExplicitMultiVectorView ()
 
const RTOpPack::SubMultiVectorT<
Scalar > & 
smv () const
 
RTOp_index_type globalOffset () const
 
RTOp_index_type subDim () const
 
RTOp_index_type colOffset () const
 
RTOp_index_type numSubCols () const
 
const Scalar * values () const
 
RTOp_index_type leadingDim () const
 
const Scalar & operator() (RTOp_index_type i, RTOp_index_type j) const
 One-based indexing: Preconditions: values()!=NULL && (1<=i<=subDim()) && (1<=j<=numSubCols()).


Detailed Description

template<class Scalar>
class Thyra::ExplicitMultiVectorView< Scalar >

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

RealComplexFFTLinearOp.hpp.

Definition at line 41 of file Thyra_ExplicitMultiVectorView.hpp.


Constructor & Destructor Documentation

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

Definition at line 44 of file Thyra_ExplicitMultiVectorView.hpp.

template<class Scalar>
Thyra::ExplicitMultiVectorView< Scalar >::~ExplicitMultiVectorView  )  [inline]
 

Definition at line 49 of file Thyra_ExplicitMultiVectorView.hpp.


Member Function Documentation

template<class Scalar>
const RTOpPack::SubMultiVectorT<Scalar>& Thyra::ExplicitMultiVectorView< Scalar >::smv  )  const [inline]
 

Definition at line 51 of file Thyra_ExplicitMultiVectorView.hpp.

template<class Scalar>
RTOp_index_type Thyra::ExplicitMultiVectorView< Scalar >::globalOffset  )  const [inline]
 

Definition at line 53 of file Thyra_ExplicitMultiVectorView.hpp.

template<class Scalar>
RTOp_index_type Thyra::ExplicitMultiVectorView< Scalar >::subDim  )  const [inline]
 

Definition at line 55 of file Thyra_ExplicitMultiVectorView.hpp.

template<class Scalar>
RTOp_index_type Thyra::ExplicitMultiVectorView< Scalar >::colOffset  )  const [inline]
 

Definition at line 57 of file Thyra_ExplicitMultiVectorView.hpp.

template<class Scalar>
RTOp_index_type Thyra::ExplicitMultiVectorView< Scalar >::numSubCols  )  const [inline]
 

Definition at line 59 of file Thyra_ExplicitMultiVectorView.hpp.

template<class Scalar>
const Scalar* Thyra::ExplicitMultiVectorView< Scalar >::values  )  const [inline]
 

Definition at line 61 of file Thyra_ExplicitMultiVectorView.hpp.

template<class Scalar>
RTOp_index_type Thyra::ExplicitMultiVectorView< Scalar >::leadingDim  )  const [inline]
 

Definition at line 63 of file Thyra_ExplicitMultiVectorView.hpp.

template<class Scalar>
const Scalar& Thyra::ExplicitMultiVectorView< Scalar >::operator() RTOp_index_type  i,
RTOp_index_type  j
const [inline]
 

One-based indexing: Preconditions: values()!=NULL && (1<=i<=subDim()) && (1<=j<=numSubCols()).

Definition at line 65 of file Thyra_ExplicitMultiVectorView.hpp.


The documentation for this class was generated from the following file:
Generated on Thu Sep 18 12:39:54 2008 for Thyra ANA Operator/VectorBase Interfaces and Related Software by doxygen 1.3.9.1