![]() |
batmat
0.0.16
Batched linear algebra routines
|
#include <batmat/config.hpp>#include <guanaqo/assume.hpp>Go to the source code of this file.
Macros | |
| #define | BATMAT_ASSERT(x) |
| #define | BATMAT_ASSUME(x) |
Invokes undefined behavior if the expression x does not evaluate to true. | |
| #define BATMAT_ASSERT | ( | x | ) |
Definition at line 14 of file assume.hpp.
| #define BATMAT_ASSUME | ( | x | ) |
Invokes undefined behavior if the expression x does not evaluate to true.
| std::logic_error | in debug mode (when NDEBUG is not defined). |
Definition at line 17 of file assume.hpp.