Thyra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
Thyra::RowStatLinearOpBase< Scalar > Class Template Referenceabstract

Interface for exxtracting row statistics as a VectorBase from a supporting LinearOpBase object. More...

#include <Thyra_RowStatLinearOpBase.hpp>

Inheritance diagram for Thyra::RowStatLinearOpBase< Scalar >:
Inheritance graph
[legend]

Non-virtual public interface functions.

bool rowStatIsSupported (const RowStatLinearOpBaseUtils::ERowStat rowStat) const
 Determine if a given row stat is supported. More...
 
void getRowStat (const RowStatLinearOpBaseUtils::ERowStat rowStat, const Ptr< VectorBase< Scalar > > &rowStatVec) const
 Get some statistics about a supported row. More...
 

Protected virtual functions to be overridden by subclasses.

virtual bool rowStatIsSupportedImpl (const RowStatLinearOpBaseUtils::ERowStat rowStat) const =0
 
virtual void getRowStatImpl (const RowStatLinearOpBaseUtils::ERowStat rowStat, const Ptr< VectorBase< Scalar > > &rowStatVec) const =0
 

Additional Inherited Members

- Public Member Functions inherited from Thyra::LinearOpBase< Scalar >
virtual RCP< const
VectorSpaceBase< Scalar > > 
range () const =0
 Return a smart pointer for the range space for this operator. More...
 
virtual RCP< const
VectorSpaceBase< Scalar > > 
domain () const =0
 Return a smart pointer for the domain space for this operator. More...
 
bool opSupported (EOpTransp M_trans) const
 Return if the M_trans operation of apply() is supported or not. More...
 
void apply (const EOpTransp M_trans, const MultiVectorBase< Scalar > &X, const Ptr< MultiVectorBase< Scalar > > &Y, const Scalar alpha, const Scalar beta) const
 Apply the linear operator to a multi-vector : Y = alpha*op(M)*X + beta*Y. More...
 
virtual RCP< const
LinearOpBase< Scalar > > 
clone () const
 Clone the linear operator object (if supported). More...
 
- Protected Member Functions inherited from Thyra::LinearOpBase< Scalar >
virtual bool opSupportedImpl (EOpTransp M_trans) const =0
 Override in subclass. More...
 
virtual void applyImpl (const EOpTransp M_trans, const MultiVectorBase< Scalar > &X, const Ptr< MultiVectorBase< Scalar > > &Y, const Scalar alpha, const Scalar beta) const =0
 Override in subclass. More...
 

Detailed Description

template<class Scalar>
class Thyra::RowStatLinearOpBase< Scalar >

Interface for exxtracting row statistics as a VectorBase from a supporting LinearOpBase object.

Definition at line 76 of file Thyra_RowStatLinearOpBase.hpp.

Member Function Documentation

template<class Scalar>
bool Thyra::RowStatLinearOpBase< Scalar >::rowStatIsSupported ( const RowStatLinearOpBaseUtils::ERowStat  rowStat) const
inline

Determine if a given row stat is supported.

Definition at line 83 of file Thyra_RowStatLinearOpBase.hpp.

template<class Scalar>
void Thyra::RowStatLinearOpBase< Scalar >::getRowStat ( const RowStatLinearOpBaseUtils::ERowStat  rowStat,
const Ptr< VectorBase< Scalar > > &  rowStatVec 
) const
inline

Get some statistics about a supported row.

this->rowStatIsSupported(rowStat)==true

Definition at line 92 of file Thyra_RowStatLinearOpBase.hpp.

template<class Scalar>
virtual bool Thyra::RowStatLinearOpBase< Scalar >::rowStatIsSupportedImpl ( const RowStatLinearOpBaseUtils::ERowStat  rowStat) const
protectedpure virtual
template<class Scalar>
virtual void Thyra::RowStatLinearOpBase< Scalar >::getRowStatImpl ( const RowStatLinearOpBaseUtils::ERowStat  rowStat,
const Ptr< VectorBase< Scalar > > &  rowStatVec 
) const
protectedpure virtual

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