Tatooine
Namespaces | Functions
inv.h File Reference

Go to the source code of this file.

Namespaces

namespace  tatooine
 

Functions

template<fixed_size_quadratic_mat< 2 > Mat>
constexpr auto tatooine::inv_sym (Mat &&A) -> std::optional< mat< tatooine::value_type< Mat >, 2, 2 > >
 
template<fixed_size_quadratic_mat< 2 > Mat>
constexpr auto tatooine::inv (Mat &&A) -> std::optional< mat< tatooine::value_type< Mat >, 2, 2 > >