spmat: A collection of tools for special matrices


License
BSD-1-Clause
Install
pip install spmat==0.0.10

Documentation

Special Matrices

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,

python setup.py install

Or simply install through pip,

pip install spmat