14namespace sequoia::testing
19 using regular_test::regular_test;
22 std::filesystem::path source_file()
const;
26 template<
class Set, maths::weak_commutative_ring Ring, std::
size_t D>
27 void test_free_module();
29 template<
class Set, maths::weak_field Field, std::
size_t D>
32 template<
class Set, std::
floating_po
int Field>
33 void test_real_vec_1_inner_prod();
35 template<
class Set,
class Field>
36 requires is_complex_v<Field>
37 void test_complex_vec_1_inner_prod();
class template from which all concrete tests should derive.
Definition: FreeTestCore.hpp:144
Definition: VectorCoordinatesTest.hpp:17