Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jcla1/matrix

Matrix library (not optimized) for learning about Go and linear algebra
https://github.com/jcla1/matrix

Last synced: about 1 month ago
JSON representation

Matrix library (not optimized) for learning about Go and linear algebra

Awesome Lists containing this project

README

        

matrix
======

Matrix library (not optimized) for learning about Go and linear algebra.

I wrote this matrix library for learning more Go and as an execise for ml-class.org
I wouldn't use it for performance critical applications if I were you.