Typedef Karana::Math::solver_type#
Defined in File NonlinearSolver.h
Typedef Documentation#
-
using Karana::Math::solver_type = std::variant<LevenbergMarquardt<DynamicFunctor>, LevenbergMarquardt<DynamicFunctorNumJac>, HybridNonLinearSolver<DynamicFunctor>, HybridNonLinearSolver<DynamicFunctorNumJac>>#
Combinations of the the solver types and functors for the for the Nonlinear solver.