Darth-Arrush / linalg

Linear Algebra Library
MIT License
0 stars 0 forks source link

This is a linear algebra library. It contains basic vector operations and some basic matrix operations. It is not intended as a linear programming library. If it was, I would have named it linprog instead of linalg.

Install source, use go mod, and move to go/src to use.

Dependencies: Go/Golang