4#include "../../../catch2/catch.hpp"
10template class mx::math::ft::mftT<double, std::complex<double>, 2, 0>;
17namespace unitTest::placeholder::math_ft_mftT_test
25TEST_CASE(
"mftT API has a test placeholder",
"[math::ft::mftT][placeholder]" )
27 SUCCEED(
"mftT behavioral assertions are pending." );
TEST_CASE("mftT API has a test placeholder", "[math::ft::mftT][placeholder]")
Verifies that APIs declared in include/math/ft/mftT.hpp remain available to the unit-test target.
The Matrix Fourier Transform interface.