owlbarn / owl_serialisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

owl-serialisation

Functions for serlialising Owl matrices and ndarrays.

At present only bin_prot-based serialisation for dense matrices and ndarrays is provided. See doc/bin_prot.md.

Other kinds of serialization are expected to be added, such as json, npy, and possibly hdf5.

Setup

To build: make.

TODO: Installation instructions, opam, etc.

To build docs: make doc. Then open _build/default/_doc/_html/owl_bin_prot/Owl_bin_prot/index.html in a browser. (Or use e.g. odig odoc after installing odig and odoc.)

Note

When using the functions in this library, North Americans should keep in mind that the code uses British spelling for "serialisation".

About

License:MIT License


Languages

Language:OCaml 99.3%Language:Makefile 0.7%