SLEPc is a software library for the solution of large scale sparse
eigenvalue problems on parallel computers. It is an extension of PETSc
and can be used for either standard or generalized eigenproblems, with
real or complex arithmetic. It can also be used for computing a
partial SVD of a large, sparse, rectangular matrix, and to solve
nonlinear eigenvalue problems.
.. note::
To install the ``PETSc``, ``SLEPc``, ``petsc4py``, and ``slepc4py`` packages
(``mpi4py`` is optional but highly recommended) use::
$ python -m pip install numpy mpi4py
$ python -m pip install petsc petsc4py
$ python -m pip install slepc slepc4py
.. tip::
You can also install the in-development versions with::
$ python -m pip install Cython numpy mpi4py
$ python -m pip install --no-deps https://gitlab.com/petsc/petsc/-/archive/main/petsc-main.tar.gz
$ python -m pip install --no-deps https://gitlab.com/slepc/slepc/-/archive/main/slepc-main.tar.gz
Provide any ``SLEPc`` ./configure options using the environmental variable ``SLEPC_CONFIGURE_OPTIONS``.
Raw data
{
"_id": null,
"home_page": "https://slepc.upv.es/",
"name": "slepc",
"maintainer": "Lisandro Dalcin",
"docs_url": null,
"requires_python": null,
"maintainer_email": "dalcinl@gmail.com",
"keywords": "SLEPc, PETSc, MPI",
"author": "SLEPc Team",
"author_email": "slepc-maint@upv.es",
"download_url": "https://files.pythonhosted.org/packages/ae/17/a8716d52f382f11cd310129a8e7ab5662cf7c96d722a30f588b876b168bb/slepc-3.22.1.tar.gz",
"platform": "POSIX",
"description": "SLEPc is a software library for the solution of large scale sparse\neigenvalue problems on parallel computers. It is an extension of PETSc\nand can be used for either standard or generalized eigenproblems, with\nreal or complex arithmetic. It can also be used for computing a\npartial SVD of a large, sparse, rectangular matrix, and to solve\nnonlinear eigenvalue problems.\n\n.. note::\n\n To install the ``PETSc``, ``SLEPc``, ``petsc4py``, and ``slepc4py`` packages\n (``mpi4py`` is optional but highly recommended) use::\n\n $ python -m pip install numpy mpi4py\n $ python -m pip install petsc petsc4py\n $ python -m pip install slepc slepc4py\n\n.. tip::\n\n You can also install the in-development versions with::\n\n $ python -m pip install Cython numpy mpi4py\n $ python -m pip install --no-deps https://gitlab.com/petsc/petsc/-/archive/main/petsc-main.tar.gz\n $ python -m pip install --no-deps https://gitlab.com/slepc/slepc/-/archive/main/slepc-main.tar.gz\n\n Provide any ``SLEPc`` ./configure options using the environmental variable ``SLEPC_CONFIGURE_OPTIONS``.\n",
"bugtrack_url": null,
"license": "BSD-2-Clause",
"summary": "SLEPc: Scalable Library for Eigenvalue Problem Computations",
"version": "3.22.1",
"project_urls": {
"Download": "https://slepc.upv.es/download/distrib/slepc-3.22.1.tar.gz#egg=slepc-3.22.1",
"Homepage": "https://slepc.upv.es/"
},
"split_keywords": [
"slepc",
" petsc",
" mpi"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "ae17a8716d52f382f11cd310129a8e7ab5662cf7c96d722a30f588b876b168bb",
"md5": "214e68784b8ac36c9c22afc1d1f79650",
"sha256": "badb5cb038d09dbf1cc8f34d194673ab011c69cc46888101955c786d21c8d8c9"
},
"downloads": -1,
"filename": "slepc-3.22.1.tar.gz",
"has_sig": false,
"md5_digest": "214e68784b8ac36c9c22afc1d1f79650",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 1867493,
"upload_time": "2024-11-01T12:05:18",
"upload_time_iso_8601": "2024-11-01T12:05:18.940348Z",
"url": "https://files.pythonhosted.org/packages/ae/17/a8716d52f382f11cd310129a8e7ab5662cf7c96d722a30f588b876b168bb/slepc-3.22.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-01 12:05:18",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "slepc"
}