4#include "../../../catch2/catch.hpp"
19namespace unitTest::placeholder::math_fit_fitEmpirical_test
27TEST_CASE(
"fitEmpirical API has a test placeholder",
"[math::fit::fitEmpirical][placeholder]" )
29 SUCCEED(
"fitEmpirical behavioral assertions are pending." );
Class to manage fitting a 2D Moffat to data via the levmarInterface.
Tools for fitting empirical functions to data.
TEST_CASE("fitEmpirical API has a test placeholder", "[math::fit::fitEmpirical][placeholder]")
Verifies that APIs declared in include/math/fit/fitEmpirical.hpp remain available to the unit-test ta...
Wrapper for a native array to pass to levmarInterface, with empirical function fit details.
levmarInterface fitter structure for 2D empirical functions.