Skip to content
This repository was archived by the owner on Dec 31, 2021. It is now read-only.

Latest commit

 

History

History
The ndarray library
===================

This directory contains the core ndarray library,
which is written in pure C and is independent of
the Python C-API.


Building:
---------

On Unix systems, this library follows the configure,
make, make install pattern.

On Windows, the 'windows' directory s used to build
Python for Win32 and x64 platforms.