#include <Thyra_DirectionalFiniteDiffCalculator.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_ |
Definition at line 46 of file Thyra_DirectionalFiniteDiffCalculator.hpp.
| Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives::SelectedDerivatives | ( | ) | [inline] |
| SelectedDerivatives& Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives::supports | ( | ModelEvaluatorBase::EOutArgsDfDp | arg, | |
| int | l | |||
| ) | [inline] |
| SelectedDerivatives& Thyra::DirectionalFiniteDiffCalculatorTypes::SelectedDerivatives::supports | ( | ModelEvaluatorBase::EOutArgsDgDp | arg, | |
| int | j, | |||
| int | l | |||
| ) | [inline] |
1.4.7