Metadata-Version: 1.2
Name: skpomade
Version: 0.1.4
Summary: PrObabilistic MAtrix DEcompositions from Halko et al., 2011
Home-page: https://gitlab.lis-lab.fr/valentin.emiya/skpomade
Author: Valentin Emiya
Author-email: valentin.emiya@lis-lab.fr
License: GNU General Public License v3 (GPLv3)
Description: skpomade
        ========
        
        skpomade: PrObabilistic MAtrix DEcompositions from Halko et al., 2011
        
        Python implementation of algorithms from paper *Finding Structure
        with Randomness: Probabilistic Algorithms for Constructing Approximate Matrix
        Decompositions*, by N. Halko, P. G. Martinsson and J. A. Tropp, SIAM review,
        53 (2), 2011.
        
        
        Install
        -------
        
        Install the current release with ``pip``::
        
            pip install skpomade
        
        For additional details, see doc/install.rst.
        
        Usage
        -----
        
        See the `documentation <http://valentin.emiya.pages.lis-lab.fr/skpomade/>`_.
        
        Bugs
        ----
        
        Please report any bugs that you find through the `skpomade GitLab project
        <https://gitlab.lis-lab.fr/valentin.emiya/skpomade/issues>`_.
        
        You can also fork the repository and create a merge request.
        
        Source code
        -----------
        
        The source code of skpomade is available via its `GitLab project
        <https://gitlab.lis-lab.fr/valentin.emiya/skpomade>`_.
        
        You can clone the git repository of the project using the command::
        
            git clone git@gitlab.lis-lab.fr:valentin.emiya/skpomade.git
        
        Copyright © 2019-2020
        ---------------------
        
        * `Laboratoire d'Informatique et Systèmes <http://www.lis-lab.fr/>`_
        * `Université d'Aix-Marseille <http://www.univ-amu.fr/>`_
        * `Centre National de la Recherche Scientifique <http://www.cnrs.fr/>`_
        * `Université de Toulon <http://www.univ-tln.fr/>`_
        
        Contributors
        ------------
        
        * `Valentin Emiya <mailto:valentin.emiya@lis-lab.fr>`_
        
        License
        -------
        
        Released under the GNU General Public License version 3 or later
        (see `LICENSE.txt`).
        
Keywords: matrix,decomposition,randomized,probabilistic,algorithm
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X 
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
