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

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

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.