Skip to content

minhthangbk/pyprox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

pyprox is a Python module dedicated to proximal algorithms on top of NumPy and distributed under the 3-Clause BSD license.

Important links

Dependencies

The required dependencies to build the software are Python >= 2.6, setuptools and Numpy >= 1.3.

Install

This package 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

Development

Code

GIT

You can check the latest sources with the command:

git clone git://github.com/svaiter/pyprox.git

About

Proximal algorithms made easy in Python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.7%
  • Makefile 6.3%