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ยง
- An allocator based on
ArrayStorage
and [VecStorage
] for statically-sized and dynamically-sized matrices respectively.