OpenKalman
|
The determinant function. More...
Go to the source code of this file.
Namespaces | |
OpenKalman | |
The root namespace for OpenKalman. | |
OpenKalman::detail | |
T is an acceptable noise perturbation input to a tests. | |
Functions | |
template<typename Arg > | |
void | OpenKalman::detail::error_if_argument_to_determinant_is_not_square (const Arg &arg) |
template<typename Arg > | |
constexpr auto | OpenKalman::determinant (Arg &&arg) |
Take the determinant of a matrix. More... | |
The determinant function.