![]() |
batmat
0.0.13
Batched linear algebra routines
|
#include <batmat/matrix/storage.hpp>
Deleter for aligned memory allocated with operator new(size, align_val).
Definition at line 31 of file storage.hpp.
Public Member Functions | |
| void | operator() (T *p) const |
Public Attributes | |
| size_t | size = 0 |
| A | align = {} |
|
inline |
Definition at line 34 of file storage.hpp.
| size_t batmat::matrix::aligned_deleter< T, A >::size = 0 |
Definition at line 32 of file storage.hpp.
| A batmat::matrix::aligned_deleter< T, A >::align = {} |
Definition at line 33 of file storage.hpp.