![]() |
Eigen
5.0.1-dev+60122df6
|
#include <Eigen/src/Core/util/Memory.h>
STL compatible allocator to use with types requiring a non-standard alignment.
The memory is aligned as for dynamically aligned matrix/array types such as MatrixXd. By default, it will thus provide at least 16 bytes alignment and more in following cases:
This can be controlled using the EIGEN_MAX_ALIGN_BYTES macro as documented there .
Example: