bpp-phyl3
3.0.0
|
Configuration for a numerical derivation: what delta to use, and type of derivation. More...
#include <Bpp/Phyl/Likelihood/DataFlow/DataFlowCWiseComputing.h>
Public Attributes | |
NumericalDerivativeType | type {NumericalDerivativeType::Disabled} |
ValueRef< double > | delta {} |
Configuration for a numerical derivation: what delta to use, and type of derivation.
Definition at line 2703 of file DataFlowCWiseComputing.h.
ValueRef<double> bpp::NumericalDerivativeConfiguration::delta {} |
Definition at line 2706 of file DataFlowCWiseComputing.h.
Referenced by bpp::generateNumericalDerivative().
NumericalDerivativeType bpp::NumericalDerivativeConfiguration::type {NumericalDerivativeType::Disabled} |
Definition at line 2705 of file DataFlowCWiseComputing.h.
Referenced by bpp::generateNumericalDerivative().