![]() |
batmat
0.0.19
Batched linear algebra routines
|
#include <batmat/config.hpp>#include <guanaqo/lut.hpp>#include <type_traits>Go to the source code of this file.
Namespaces | |
| namespace | batmat |
Typedefs | |
| template<index_t I> | |
| using | batmat::index_constant = std::integral_constant<index_t, I> |
Functions | |
| template<int R, int C, class F> | |
| consteval auto | batmat::make_2d_lut (F f) |
| Returns a 2D array of the form: | |
| template<int N, class F> | |
| consteval auto | batmat::make_1d_lut (F f) |
| Returns an array of the form: | |