A collection of tools for special matrices. Currently include:
ILMat
: Identity plus PSD low rank matrix.DLMat
: Diagonal plus PDS low rank matrix.BDLMat
: BlockDLMat
.
To install, you could download this repository and,
python setup.py install
Or simply install through pip
,
pip install spmat