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::ModelEvaluatorBase::Derivative< Scalar > Class Template Reference

Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector. More...

#include <Thyra_ModelEvaluatorBase_decl.hpp>

Public Member Functions

 Derivative ()
 
 Derivative (const RCP< LinearOpBase< Scalar > > &lo)
 
 Derivative (const RCP< MultiVectorBase< Scalar > > &mv, const EDerivativeMultiVectorOrientation orientation=DERIV_MV_BY_COL)
 
 Derivative (const DerivativeMultiVector< Scalar > &dmv)
 
bool isEmpty () const
 
const Derivative< Scalar > & assert_not_null () const
 
RCP< LinearOpBase< Scalar > > getLinearOp () const
 
RCP< MultiVectorBase< Scalar > > getMultiVector () const
 
EDerivativeMultiVectorOrientation getMultiVectorOrientation () const
 
DerivativeMultiVector< Scalar > getDerivativeMultiVector () const
 
bool isSupportedBy (const DerivativeSupport &derivSupport) const
 Returns true if the form of the derivative contained here is supported by deriveSupport. More...
 
std::string description () const
 
void describe (Teuchos::FancyOStream &out, const Teuchos::EVerbosityLevel verbLevel) const
 

Detailed Description

template<class Scalar>
class Thyra::ModelEvaluatorBase::Derivative< Scalar >

Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector.

Definition at line 537 of file Thyra_ModelEvaluatorBase_decl.hpp.

Constructor & Destructor Documentation

template<class Scalar>
Thyra::ModelEvaluatorBase::Derivative< Scalar >::Derivative ( )
inline

Definition at line 540 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
Thyra::ModelEvaluatorBase::Derivative< Scalar >::Derivative ( const RCP< LinearOpBase< Scalar > > &  lo)
inline

Definition at line 542 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
Thyra::ModelEvaluatorBase::Derivative< Scalar >::Derivative ( const RCP< MultiVectorBase< Scalar > > &  mv,
const EDerivativeMultiVectorOrientation  orientation = DERIV_MV_BY_COL 
)
inline

Definition at line 545 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
Thyra::ModelEvaluatorBase::Derivative< Scalar >::Derivative ( const DerivativeMultiVector< Scalar > &  dmv)
inline

Definition at line 550 of file Thyra_ModelEvaluatorBase_decl.hpp.

Member Function Documentation

template<class Scalar>
bool Thyra::ModelEvaluatorBase::Derivative< Scalar >::isEmpty ( ) const
inline

Definition at line 553 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
const Derivative<Scalar>& Thyra::ModelEvaluatorBase::Derivative< Scalar >::assert_not_null ( ) const
inline

Definition at line 556 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
RCP<LinearOpBase<Scalar> > Thyra::ModelEvaluatorBase::Derivative< Scalar >::getLinearOp ( ) const
inline

Definition at line 559 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
RCP<MultiVectorBase<Scalar> > Thyra::ModelEvaluatorBase::Derivative< Scalar >::getMultiVector ( ) const
inline

Definition at line 562 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
EDerivativeMultiVectorOrientation Thyra::ModelEvaluatorBase::Derivative< Scalar >::getMultiVectorOrientation ( ) const
inline

Definition at line 565 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
DerivativeMultiVector<Scalar> Thyra::ModelEvaluatorBase::Derivative< Scalar >::getDerivativeMultiVector ( ) const
inline

Definition at line 568 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar>
bool Thyra::ModelEvaluatorBase::Derivative< Scalar >::isSupportedBy ( const DerivativeSupport derivSupport) const
inline

Returns true if the form of the derivative contained here is supported by deriveSupport.

Definition at line 573 of file Thyra_ModelEvaluatorBase_decl.hpp.

template<class Scalar >
std::string Thyra::ModelEvaluatorBase::Derivative< Scalar >::description ( ) const

Definition at line 809 of file Thyra_ModelEvaluatorBase_def.hpp.

template<class Scalar >
void Thyra::ModelEvaluatorBase::Derivative< Scalar >::describe ( Teuchos::FancyOStream out,
const Teuchos::EVerbosityLevel  verbLevel 
) const

Definition at line 829 of file Thyra_ModelEvaluatorBase_def.hpp.


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