Skip to content

ihmeuw-msca/spmat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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