lin
|
#include <cstddef>
#include <cassert>
Go to the source code of this file.
Macros | |
#define | LIN_ASSERT(x) assert(x) |
Asserts the condition x when assertions are enabled within lin. More... | |
Typedefs | |
typedef std::size_t | lin::size_t |
Type tracking tensor dimensions and sizing. | |