freebsd-ports/math/py-pysparse/pkg-descr
Jan Beich ba485b72fe 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
2016-07-09 17:11:52 +00:00

13 lines
490 B
Plaintext

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)
WWW: https://github.com/PythonOptimizers/pysparse