Expand description
The default matrix data storage allocator.
This will use stack-allocated buffers for matrices with dimensions known at compile-time, and heap-allocated buffers for matrices with at least one dimension unknown at compile-time.
Structsยง
- DefaultAllocator 
- An allocator based on ArrayStorageandVecStoragefor statically-sized and dynamically-sized matrices respectively.