mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
fitMoffat_test.cpp
Go to the documentation of this file.
1/** \file fitMoffat_test.cpp
2 * \brief Placeholder tests for APIs declared in include/math/fit/fitMoffat.hpp.
3 */
4#include "../../../catch2/catch.hpp"
5
7
8/** \cond */
9/// Compile the one- and two-dimensional Moffat fitters for representative scalar specializations.
16/** \endcond */
17
18/** \defgroup fitMoffat_unit_tests fitMoffat Unit Tests
19 * \ingroup math_fit_unit_tests
20 */
21
22namespace unitTest::placeholder::math_fit_fitMoffat_test
23{
24
25/** \brief Verifies that APIs declared in include/math/fit/fitMoffat.hpp remain available to the unit-test target.
26 *
27 * \ingroup fitMoffat_unit_tests
28 * \todo Add behavioral assertions for the APIs declared in include/math/fit/fitMoffat.hpp.
29 */
30TEST_CASE( "fitMoffat API has a test placeholder", "[math::fit::fitMoffat][placeholder]" )
31{
32 SUCCEED( "fitMoffat behavioral assertions are pending." );
33}
34
35} // namespace unitTest::placeholder::math_fit_fitMoffat_test
Class to manage fitting a 1D Moffat to data via the levmarInterface.
Class to manage fitting a 2D Moffat to data via the levmarInterface.
Tools for fitting Moffat functions to data.
TEST_CASE("fitMoffat API has a test placeholder", "[math::fit::fitMoffat][placeholder]")
Verifies that APIs declared in include/math/fit/fitMoffat.hpp remain available to the unit-test targe...
Wrapper for a native array to pass to levmarInterface, with Moffat details.
Definition fitMoffat.hpp:47
Wrapper for a native array to pass to levmarInterface, with Moffat details.
levmarInterface fitter structure for the 1D Moffat.
levmarInterface fitter structure for the symmetric Moffat.