Initial commit
authorVivien Maisonneuve <v.maisonneuve@gmail.com>
Thu, 22 May 2014 21:59:53 +0000 (23:59 +0200)
committerVivien Maisonneuve <v.maisonneuve@gmail.com>
Thu, 22 May 2014 21:59:53 +0000 (23:59 +0200)
commit841943174bb4d3b602e8e055592d8b54d1bb086d
tree569c83c936001d75431f4cccbf125f725490fc5b
Initial commit
.gitignore [new file with mode: 0644]
Makefile [new file with mode: 0644]
pypol/__init__.py [new file with mode: 0644]
pypol/isl.py [new file with mode: 0644]
pypol/linear.py [new file with mode: 0644]
setup.py [new file with mode: 0755]
tests/__init__.py [new file with mode: 0644]
tests/test_isl.py [new file with mode: 0644]
tests/test_linear.py [new file with mode: 0644]