Preparing to use mpmath directly from its repo.
commit42d1ac0eb4a734ab77a3aaf7c9bfae2d057ea4fa
authorpearu.peterson <pearu.peterson@eb797620-833c-0410-b191-3188e4ee2b90>
Wed, 19 Oct 2011 19:35:40 +0000 (19 19:35 +0000)
committerpearu.peterson <pearu.peterson@eb797620-833c-0410-b191-3188e4ee2b90>
Wed, 19 Oct 2011 19:35:40 +0000 (19 19:35 +0000)
tree400b244d4cfda2e451768dd544bf3e1d374ea444
parent9c6b464606982ad468f1d6c84130e2880bd56264
Preparing to use mpmath directly from its repo.

git-svn-id: http://sympycore.googlecode.com/svn/trunk@1219 eb797620-833c-0410-b191-3188e4ee2b90
43 files changed:
sympycore/arithmetic/mpmath/LICENSE [deleted file]
sympycore/arithmetic/mpmath/README [deleted file]
sympycore/arithmetic/mpmath/REVISION [deleted file]
sympycore/arithmetic/mpmath/__init__.py [deleted file]
sympycore/arithmetic/mpmath/calculus/__init__.py [deleted file]
sympycore/arithmetic/mpmath/calculus/approximation.py [deleted file]
sympycore/arithmetic/mpmath/calculus/calculus.py [deleted file]
sympycore/arithmetic/mpmath/calculus/differentiation.py [deleted file]
sympycore/arithmetic/mpmath/calculus/extrapolation.py [deleted file]
sympycore/arithmetic/mpmath/calculus/odes.py [deleted file]
sympycore/arithmetic/mpmath/calculus/optimization.py [deleted file]
sympycore/arithmetic/mpmath/calculus/polynomials.py [deleted file]
sympycore/arithmetic/mpmath/calculus/quadrature.py [deleted file]
sympycore/arithmetic/mpmath/conftest.py [deleted file]
sympycore/arithmetic/mpmath/ctx_base.py [deleted file]
sympycore/arithmetic/mpmath/ctx_fp.py [deleted file]
sympycore/arithmetic/mpmath/ctx_mp.py [deleted file]
sympycore/arithmetic/mpmath/function_docs.py [deleted file]
sympycore/arithmetic/mpmath/functions/__init__.py [deleted file]
sympycore/arithmetic/mpmath/functions/elliptic.py [deleted file]
sympycore/arithmetic/mpmath/functions/factorials.py [deleted file]
sympycore/arithmetic/mpmath/functions/functions.py [deleted file]
sympycore/arithmetic/mpmath/functions/hypergeometric.py [deleted file]
sympycore/arithmetic/mpmath/functions/rszeta.py [deleted file]
sympycore/arithmetic/mpmath/functions/zeta.py [deleted file]
sympycore/arithmetic/mpmath/identification.py [deleted file]
sympycore/arithmetic/mpmath/libmp/__init__.py [deleted file]
sympycore/arithmetic/mpmath/libmp/backend.py [deleted file]
sympycore/arithmetic/mpmath/libmp/gammazeta.py [deleted file]
sympycore/arithmetic/mpmath/libmp/libelefun.py [deleted file]
sympycore/arithmetic/mpmath/libmp/libhyper.py [deleted file]
sympycore/arithmetic/mpmath/libmp/libintmath.py [deleted file]
sympycore/arithmetic/mpmath/libmp/libmpc.py [deleted file]
sympycore/arithmetic/mpmath/libmp/libmpf.py [deleted file]
sympycore/arithmetic/mpmath/libmp/libmpi.py [deleted file]
sympycore/arithmetic/mpmath/math2.py [deleted file]
sympycore/arithmetic/mpmath/matrices/__init__.py [deleted file]
sympycore/arithmetic/mpmath/matrices/calculus.py [deleted file]
sympycore/arithmetic/mpmath/matrices/linalg.py [deleted file]
sympycore/arithmetic/mpmath/matrices/matrices.py [deleted file]
sympycore/arithmetic/mpmath/rational.py [deleted file]
sympycore/arithmetic/mpmath/usertools.py [deleted file]
sympycore/arithmetic/mpmath/visualization.py [deleted file]