#linear-algebra #matrix #matrix-vector #graphics #vector

vector-victor

Yet another linear algebra crate

1 unstable release

0.1.0 Jun 15, 2023

#1554 in Math

Download history 7/week @ 2024-02-22 7/week @ 2024-02-29 11/week @ 2024-03-28 7/week @ 2024-04-04 3/week @ 2024-04-11 64/week @ 2024-04-18

85 downloads per month

MIT/Apache

50KB
871 lines

Vector-Victor ✈️

Vector-Victor is yet another crate that provides a matrix type for linear algebra

What is it?

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

What is it not?

Vector-Victor does not:

  • Provide variable-sized or sparse vectors
  • Support complex numbers natively
  • Directly replace/competete with Nalgebra

Why does this exist? Why not use something else?

XKCD 927 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.

Dependencies

~0.8–1.4MB
~29K SLoC