Module nalgebra::base::default_allocator [−][src]
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 GenericArray
and VecStorage
for statically-sized and dynamically-sized
matrices respectively.