slepc


Nameslepc JSON
Version 3.20.2 PyPI version JSON
download
home_pagehttps://slepc.upv.es/
SummarySLEPc: Scalable Library for Eigenvalue Problem Computations
upload_time2024-03-15 20:42:04
maintainerLisandro Dalcin
docs_urlNone
authorSLEPc Team
requires_python
licenseBSD
keywords slepc petsc mpi
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            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 ``PETSc``, ``SLEPc``, ``petsc4py``, and ``slepc4py``
   (``mpi4py`` is optional but highly recommended) use::

     $ python -m pip install numpy mpi4py  (or pip install numpy mpi4py)
     $ python -m pip install petsc petsc4py (or pip install petsc petsc4py)
     $ python -m pip install slepc slepc4py (or 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": "",
    "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/c4/cd/e7527898457378adabf8a3fed39164a972ac4285061f0aa3bf83a5e23f3c/slepc-3.20.2.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 ``PETSc``, ``SLEPc``, ``petsc4py``, and ``slepc4py``\n   (``mpi4py`` is optional but highly recommended) use::\n\n     $ python -m pip install numpy mpi4py  (or pip install numpy mpi4py)\n     $ python -m pip install petsc petsc4py (or pip install petsc petsc4py)\n     $ python -m pip install slepc slepc4py (or 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",
    "summary": "SLEPc: Scalable Library for Eigenvalue Problem Computations",
    "version": "3.20.2",
    "project_urls": {
        "Download": "https://slepc.upv.es/download/distrib/slepc-3.20.2.tar.gz#egg=slepc-3.20.2",
        "Homepage": "https://slepc.upv.es/"
    },
    "split_keywords": [
        "slepc",
        "petsc",
        "mpi"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c4cde7527898457378adabf8a3fed39164a972ac4285061f0aa3bf83a5e23f3c",
                "md5": "cbff61d3743a71aa259a3593a51683c4",
                "sha256": "125258c87360e326675238eaeb21ce2fbb3f27f4eeb1c72062043931aea05493"
            },
            "downloads": -1,
            "filename": "slepc-3.20.2.tar.gz",
            "has_sig": false,
            "md5_digest": "cbff61d3743a71aa259a3593a51683c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1823020,
            "upload_time": "2024-03-15T20:42:04",
            "upload_time_iso_8601": "2024-03-15T20:42:04.868606Z",
            "url": "https://files.pythonhosted.org/packages/c4/cd/e7527898457378adabf8a3fed39164a972ac4285061f0aa3bf83a5e23f3c/slepc-3.20.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-15 20:42:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "slepc"
}
        
Elapsed time: 0.27241s