Typedef Karana::Math::num_diff_functor_type

Typedef Karana::Math::num_diff_functor_type#

Typedef Documentation#

using Karana::Math::num_diff_functor_type = std::variant<Eigen::NumericalDiff<NumDiffFunctor, Eigen::Forward>, Eigen::NumericalDiff<NumDiffFunctor, Eigen::Central>>#

Functors for each of the numerical differencing options in Eigen.