|
Thyra Package Browser (Single Doxygen Collection) Version of the Day
|
Simple utility class used to select finite difference derivatives for OutArgs object. More...
#include <Thyra_DirectionalFiniteDiffCalculator_decl.hpp>
Public Types | |
| typedef std::list< int > | supports_DfDp_t |
| typedef std::list< std::pair < int, int > > | supports_DgDp_t |
Public Member Functions | |
| SelectedDerivatives () | |
| | |
| SelectedDerivatives & | supports (ModelEvaluatorBase::EOutArgsDfDp arg, int l) |
| | |
| SelectedDerivatives & | supports (ModelEvaluatorBase::EOutArgsDgDp arg, int j, int l) |
| | |
Public Attributes | |
| supports_DfDp_t | supports_DfDp_ |
| supports_DgDp_t | supports_DgDp_ |
Simple utility class used to select finite difference derivatives for OutArgs object.
Definition at line 73 of file Thyra_DirectionalFiniteDiffCalculator_decl.hpp.
| typedef std::list<int> Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives::supports_DfDp_t |
Definition at line 85 of file Thyra_DirectionalFiniteDiffCalculator_decl.hpp.
| typedef std::list<std::pair<int,int> > Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives::supports_DgDp_t |
Definition at line 86 of file Thyra_DirectionalFiniteDiffCalculator_decl.hpp.
| Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives::SelectedDerivatives | ( | ) | [inline] |
Definition at line 76 of file Thyra_DirectionalFiniteDiffCalculator_decl.hpp.
| SelectedDerivatives& Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives::supports | ( | ModelEvaluatorBase::EOutArgsDfDp | arg, |
| int | l | ||
| ) | [inline] |
Definition at line 78 of file Thyra_DirectionalFiniteDiffCalculator_decl.hpp.
References supports_DfDp_.
| SelectedDerivatives& Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives::supports | ( | ModelEvaluatorBase::EOutArgsDgDp | arg, |
| int | j, | ||
| int | l | ||
| ) | [inline] |
Definition at line 81 of file Thyra_DirectionalFiniteDiffCalculator_decl.hpp.
References supports_DgDp_.
Definition at line 87 of file Thyra_DirectionalFiniteDiffCalculator_decl.hpp.
Referenced by Thyra::DirectionalFiniteDiffCalculatorTypes::OutArgsCreator< Scalar >::createOutArgs(), and supports().
Definition at line 88 of file Thyra_DirectionalFiniteDiffCalculator_decl.hpp.
Referenced by Thyra::DirectionalFiniteDiffCalculatorTypes::OutArgsCreator< Scalar >::createOutArgs(), and supports().
1.7.4