aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 868f3c340471c9b177c7f85629810679f0c193d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Overview
========

This is a small C library providing an N-dimensional array object (รก la numpy).
Only the barest minimum has been implemented so far.

If you modify the code, we ask that you share your changes with the author (e.g.
via email).

Building and installation
=========================

A C11-compliant compiler and a POSIX environment are expected. Simply run make
to build the shared library, then copy it and the header to where your
linker/compiler can find them (typically /usr/local/lib and /usr/local/include).

Usage
=====

The public C API is described in the ndarray.h header.

Licence
=======

This library is free software, available under GNU GPLv3 (see the LICENCE file
for full licence text).