AndreaCensi / geometry

Library for handling various differentiable manifolds.

Home Page:http://andreacensi.github.com/geometry/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyGeometry

CircleCI

This is a library for performing all common operations with geometric entities belonging to the most common differentiable manifolds.

Documentation is available at:

http://andreacensi.github.com/geometry/

Installation (Ubuntu)

Install Numpy and Scipy:

sudo apt-get install python-numpy python-scipy

Install PyGeometry:

python setup.py install   # or "develop"

About

Library for handling various differentiable manifolds.

http://andreacensi.github.com/geometry/


Languages

Language:Python 99.3%Language:Makefile 0.7%