StableLinearAlgebra.jl

Author SmoQySuite
Popularity
6 Stars
Updated Last
11 Months Ago
Started In
August 2022

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

Required Packages

No packages found.