Skip to content

Code for providing incomplete factorizations of symmetric indefinite matrices.

License

Notifications You must be signed in to change notification settings

jmaack24/matrix-factor

 
 

Repository files navigation

sym-ildl

sym-ildl is a C++ package for producing fast incomplete factorizations of symmetric indefinite matrices. Given an n x n symmetric indefinite matrix A, this package produces an incomplete LDL' factorization. To improve stability, the matrix is equilibriated in the max-norm and preordered using the Reverse Cuthill-McKee algorithm prior to factorization. To maintain stability, we use Bunch-Kaufman partial pivoting during the factorization process.

More details as well as extensive documentation can be found at http://www.cs.ubc.ca/~inutard/html/index.html.

Authors: Chen Greif, Shiwen He, Paul Liu

About

Code for providing incomplete factorizations of symmetric indefinite matrices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 74.2%
  • C++ 14.4%
  • TeX 6.4%
  • JavaScript 2.3%
  • CSS 1.4%
  • MATLAB 0.8%
  • Other 0.5%