sirherrbatka / numpy-file-format

Read and write Numpy .npy and .npz files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Numpy File Format

This library allows Lisp programs to read and write arrays in the Numpy file format.

The API is deliberately simple and consists of two functions - load-array and store-array.

About

Read and write Numpy .npy and .npz files.

License:MIT License


Languages

Language:Common Lisp 100.0%