Module rin::math::default_allocator[][src]

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 GenericArray and MatrixVec for statically-sized and dynamically-sized matrices respectively.