Thyra
Version of the Day
|
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 |
Simple aggregate class that stores a derivative object as a general linear operator or as a multi-vector.
Definition at line 505 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 508 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 510 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 513 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 518 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 521 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 524 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 527 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 530 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 533 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Definition at line 536 of file Thyra_ModelEvaluatorBase_decl.hpp.
|
inline |
Returns true if the form of the derivative contained here is supported by deriveSupport.
Definition at line 541 of file Thyra_ModelEvaluatorBase_decl.hpp.
std::string Thyra::ModelEvaluatorBase::Derivative< Scalar >::description | ( | ) | const |
Definition at line 777 of file Thyra_ModelEvaluatorBase_def.hpp.
void Thyra::ModelEvaluatorBase::Derivative< Scalar >::describe | ( | Teuchos::FancyOStream & | out, |
const Teuchos::EVerbosityLevel | verbLevel | ||
) | const |
Definition at line 797 of file Thyra_ModelEvaluatorBase_def.hpp.