ba485b72fe
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
13 lines
490 B
Plaintext
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
|