bpp-phyl3  3.0.0
bpp::NumericalDerivativeConfiguration Struct Reference

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 {}
 

Detailed Description

Configuration for a numerical derivation: what delta to use, and type of derivation.

Definition at line 2703 of file DataFlowCWiseComputing.h.

Member Data Documentation

◆ delta

ValueRef<double> bpp::NumericalDerivativeConfiguration::delta {}

Definition at line 2706 of file DataFlowCWiseComputing.h.

Referenced by bpp::generateNumericalDerivative().

◆ type

NumericalDerivativeType bpp::NumericalDerivativeConfiguration::type {NumericalDerivativeType::Disabled}

Definition at line 2705 of file DataFlowCWiseComputing.h.

Referenced by bpp::generateNumericalDerivative().


The documentation for this struct was generated from the following file: