| 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 537 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 540 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 542 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 545 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 550 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 553 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 556 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 559 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 562 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 565 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | inline | 
Definition at line 568 of file Thyra_ModelEvaluatorBase_decl.hpp.
| 
 | 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.
| std::string Thyra::ModelEvaluatorBase::Derivative< Scalar >::description | ( | ) | const | 
Definition at line 809 of file Thyra_ModelEvaluatorBase_def.hpp.
| void Thyra::ModelEvaluatorBase::Derivative< Scalar >::describe | ( | Teuchos::FancyOStream & | out, | 
| const Teuchos::EVerbosityLevel | verbLevel | ||
| ) | const | 
Definition at line 829 of file Thyra_ModelEvaluatorBase_def.hpp.
 1.8.5
 1.8.5