Metadata-Version: 2.1
Name: spmat
Version: 0.0.2
Summary: spmat: A collection of tools for special matrices
Home-page: https://github.com/zhengp0/spmat
Author: Peng Zheng
Author-email: zhengp@uw.edu
License: BSD 2-Clause License
Description: Special Matrices
        ================
        
        .. image:: https://travis-ci.com/zhengp0/spmat.svg?branch=main
            :target: https://travis-ci.com/zhengp0/spmat
        
        .. image:: https://badge.fury.io/py/spmat.svg
            :target: https://badge.fury.io/py/spmat
        
        A collection of tools for special matrices.
        Currently include:
        
        - ``ILMat``: Identity plus PSD low rank matrix.
        - ``DLMat``: Diagonal plus PDS low rank matrix.
        - ``BDLMat``: Block ``DLMat``.
        
        Install
        -------
        
        To install, you could download this repository and,
        
        .. code-block:: bash
        
            python setup.py install
        
        Or simply install through ``pip``,
        
        .. code-block:: bash
        
            pip install spmat
        
Platform: UNKNOWN
Provides-Extra: docs
Provides-Extra: test
Provides-Extra: dev
