OpenKalman
Classes
tests.hpp File Reference

Basic utilities for OpenKalman testing. More...

#include "collections/collections.hpp"
#include "collections/tests/tests.hpp"
#include "linear-algebra/concepts/indexible.hpp"
#include "linear-algebra/traits/get_mdspan.hpp"
#include "linear-algebra/traits/index_count.hpp"
#include "linear-algebra/traits/get_index_extent.hpp"
Include dependency graph for tests.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  OpenKalman::test::TestComparison< Arg1, Arg2, Err, std::enable_if_t< indexible< Arg1 > and indexible< Arg2 > and(index_count< Arg1 >::value==index_count< Arg2 >::value) and(values::value< Err > or indexible< Err >) and(not collections::collection< Arg1 > or not collections::collection< Arg2 >)> >
 

Detailed Description

Basic utilities for OpenKalman testing.