Vector-Victor is yet another crate that provides a matrix type for linear algebra
Vector-Victor is: - In its Alpha stage - Geared towards programmers familiar with linear algebra through computer graphics, or complete beginners - Fully generic across both types and dimensions
Vector-Victor does not: - Provide variable-sized or sparse vectors - Support complex numbers natively - Directly replace/competete with Nalgebra
I wrote Vector-Victor for myself, to reflect the way I think about matrices and vectors. I didn't want a library that
overcomplicated things with Typenums or multiple backing datastructure options. I did
want types that felt familiar to me from when I write shaders or game mods.