Module nalgebra::base::default_allocator
source · 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
andVecStorage
for statically-sized and dynamically-sized matrices respectively.