2 releases
0.1.1 | Jun 29, 2019 |
---|---|
0.1.0 | Jun 29, 2019 |
#100 in #linear
62KB
1.5K
SLoC
- const-alg
- This is an experimental linear algebra library that is backed by arrays!
- The syntax for an matrix is just,
-
- let m = Matrix(
-
[[0, 1, 2],
-
[3, 4, 5]]
- );
-
- For a 2x3 matrix! This will work with any number of rows and columns!
Dependencies
~495KB
~10K SLoC