All Projects → jakevdp → pyLLE

jakevdp / pyLLE

Licence: other
python wrapper of fast C++ LLE code

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
python
139335 projects - #7 most used programming language
objective c
16641 projects - #2 most used programming language

Under Construction!!

This package is still under construction... Many of the available C++ routines have not yet been wrapped for python, but the basic ones have.

About

LLE is a set of python bindings to a C++ package written by Jake Vanderplas

Dependencies

The required dependencies to build the software are python >= 2.5, setuptools, NumPy >= 1.2, SciPy >= 0.7 and a working C++ compiler.

Also requires the FORTRAN libraries BLAS, LAPACK, and ARPACK. These can be downloaded at:

http://www.netlib.org/lapack/ http://www.netlib.org/blas/ http://www.caam.rice.edu/software/ARPACK/

if python+numpy is installed on your system, you may already have a working BLAS and LAPACK installation.

Install

This packages uses distutils, which is the default way of installing python modules. To install in your home directory, use:

python setup.py install --home

To install for all users on Unix/Linux:

python setup.py build
sudo python setup.py install
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].