OpenKalman
Namespaces | Functions
determinant.hpp File Reference

The determinant function. More...

This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

The determinant function.