From a6829aa73ebb935418d1e1d5fc67c568b77d7ae2 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sat, 9 Jul 2016 17:11:52 +0000 Subject: 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 --- math/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'math/Makefile') 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 -- cgit