9 lines
177 B
Markdown
9 lines
177 B
Markdown
numz
|
|
----
|
|
|
|
# Description
|
|
A basic linear algebra library for zig.
|
|
|
|
This library is designed for vectors and matrices of small sizes that you might need for graphics
|
|
programming.
|