https://github.com/ruffrey/m32
float32 matrix helpers in Go
https://github.com/ruffrey/m32
Last synced: 9 months ago
JSON representation
float32 matrix helpers in Go
- Host: GitHub
- URL: https://github.com/ruffrey/m32
- Owner: ruffrey
- License: mit
- Created: 2017-08-02T00:36:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-02T01:03:25.000Z (almost 9 years ago)
- Last Synced: 2025-02-26T05:26:27.706Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# m32
A personal collection of float32 matrix helpers for golang.
[docs on godoc.org](https://godoc.org/github.com/ruffrey/m32)
At the time it was created, something like numpy for 32 bit float matrices did not exist in Go.