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, copy the script Python/GonumIO.py
to your project. import * from GonumIO
will then allow usage of loadMatrix()
for example.
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.1.tar.gz
(2.4 kB
view hashes)
Built Distribution
Close
Hashes for gonummatrixio-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 879a2d8e52356e5f5bf514a8fdecdc566e86f957664bb04fe2b37ba88543dca6 |
|
MD5 | f4282a1e282410dd774b7a3f4de9ac8c |
|
BLAKE2b-256 | f2370e5888d8bf490a201afe2d1fed2152130d1987aec38f776a8f81e3cce085 |