diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-07-10 01:11:52 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-07-10 01:11:52 +0800 |
commit | a6829aa73ebb935418d1e1d5fc67c568b77d7ae2 (patch) | |
tree | ba2b29deafcc8c1115a2fbe6d2bcde4e36e8eac3 /math/Makefile | |
parent | 1747685a86494fea3d19bacc59a5ac76ea491200 (diff) | |
download | freebsd-ports-gnome-a6829aa73ebb935418d1e1d5fc67c568b77d7ae2.tar.gz freebsd-ports-gnome-a6829aa73ebb935418d1e1d5fc67c568b77d7ae2.tar.zst freebsd-ports-gnome-a6829aa73ebb935418d1e1d5fc67c568b77d7ae2.zip |
math/py-pysparse: add new port
PR: 210595
Submitted by: yuri@rawbw.com
PySparse extends the Python interpreter by a set of sparse matrix
types holding double precision values. PySparse also includes modules
that implement:
- iterative methods for solving linear systems of equations
- a set of standard preconditioners
- an interface to a direct solver for sparse linear systems of
equations (SuperLU)
- a Jacobi-Davidson eigenvalue solver for the symmetric, generalised
matrix eigenvalue problem (JDSYM)
https://github.com/PythonOptimizers/pysparse
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index ba17796c97d3..14fc753fe2e1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -620,6 +620,7 @@ SUBDIR += py-pyfst SUBDIR += py-pyhull SUBDIR += py-pymc + SUBDIR += py-pysparse SUBDIR += py-pyvtk SUBDIR += py-roman SUBDIR += py-scientific |