Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jcla1/matrix
- Owner: jcla1
- License: mit
- Created: 2013-06-21T13:02:04.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-06T14:46:17.000Z (over 11 years ago)
- Last Synced: 2024-06-21T11:02:24.233Z (7 months ago)
- Language: Go
- Homepage:
- Size: 135 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.