1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
================
SLEPc for Python
================
Overview
--------
Welcome to SLEPc for Python. This package provides Python bindings for
SLEPc_, the *Scalable Library for Eigenvalue Problem Computations*.
Dependencies
------------
* Python_ 3.6 or above.
* A recent NumPy_ release.
* A matching version of SLEPc_ built with *shared/dynamic libraries*.
* A matching version of PETSc_ built with *shared/dynamic libraries*.
* A matching version of petsc4py_.
* To work with the in-development version, you need Cython_.
.. _Python: https://www.python.org
.. _NumPy: https://www.numpy.org
.. _SLEPc: https://slepc.upv.es
.. _PETSc: https://petsc.org
.. _petsc4py: https://gitlab.com/petsc/petsc
.. _Cython: https://cython.org
Documentation
-------------
* https://slepc.upv.es/release/slepc4py
|