A package to define functions that allow for easy read/writing of binary files used by golang's Gonum
Project description
gonum-matrix-io
Offers some utilities to save Gonum matrices and vectors to a binary file, as well as some python scripts to load these files into numpy
Usage
For use in Go, run go get -u github.com/hmcalister/gonum-matrix-io
.
You may then import hmcalister/gonum-matrix-io/gonumio
in your Go code, and use gonumio.SaveMatrix
to save a matrix (for example).
On the Python side, run pip install GonumMatrixIO
to install the corresponding python package from pip. Then you can access these files using import GonumMatrixIO
.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gonummatrixio-0.0.4.tar.gz
(2.5 kB
view hashes)
Built Distribution
Close
Hashes for gonummatrixio-0.0.4-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b9c2e5c5434c47083916b5ab62df77808ed3b933dd644cf2f0681d24c7908b0 |
|
MD5 | eaf7cab51688f9f1349b34770bbd3415 |
|
BLAKE2b-256 | 494bffc4359d0a68169f6b325aae4a0cc55a5a98a14727f13d4e54aecbeda936 |