pub type Matrix32xN = MatrixMxN<GenDspVec32, Vec<f32>, f32>;
A matrix which can hold 1 to N vectors of 32 bit floating point numbers in any number space or domain.
pub struct Matrix32xN { /* private fields */ }