Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.33 KB

README.md

File metadata and controls

19 lines (14 loc) · 1.33 KB

StableLinearAlgebra.jl

Stable Dev Build Status Coverage

This package exports an LDR matrix factorization type for square matrices, along with a corresponding collection of functions for calculating numerically stable matrix products and matrix inverses. The methods exported by the package are essential for implementing a determinant quantum Monte Carlo (DQMC) code for simulating interacting itinerant electrons on a lattice.

A very similar Julia package implementing and exporting many of the same algorithms is StableDQMC.jl.

Installation

To install StableLinearAlgebra.jl run following in the Julia REPL:

julia> ]
pkg> add StableLinearAlgebra