gumath

This package provides tools to dispatch functions towards the memory containers. These containers can be have a general structure or a Numpy-like container with a composable, generalized function concept.

Installation

To run gumathn xnd and ndtypes, your computer requires a Python interpreters, either version 2.7 or 3.6 (the lattest stable version).

gumath can be installed using pip:

python3 -m pip install gumath

Or using anaconda package manager `anaconda`_:

conda install -c xnd/label/dev gumath

gumath does not depend on third-party Python except for xnd and ndtypes (currently, these packages do not have any external dependensives themselves).

Index

Libgumath

C library.

Gumath

Python module.

Releases