
gomat
Unlike other matrix/vector packages, gomat never allocates memory unless you ask it to. No temporary matrices, runtime checks, or other performance-draining design decisions. It's FAST but also easy to use.
Check out the matrix and vector tests for example usage.
To install:
$ go get code.google.com/p/gomat/mat
$ go get code.google.com/p/gomat/vec
Project Information
The project was created on Aug 30, 2012.
- License: MIT License
- 4 stars
- hg-based source control
Labels:
matrix
vector
numericalmethods
go