Releases: briochemc/DualMatrixTools.jl
Releases · briochemc/DualMatrixTools.jl
v1.3.0
DualMatrixTools v1.3.0
Closed issues:
- logo (#2)
Merged pull requests:
- Create CITATION.bib (#1) (@asinghvi17)
- Install TagBot as a GitHub Action (#3) (@JuliaTagBot)
v1.2.5
@JuliaRegistrator register()
A Julia package for solving dual-valued linear systems
Import LinearAlgebra's factorize
rather than create and exporting factorize!
, so that the package can be used with HyperDualMatrixTools at the same time
A Julia package for solving dual-valued linear systems
Improved efficiency by reducing the number of real-valued backsolves (and allocations) to a minimum.
A Julia package for solving dual-valued linear systems
Added an in-place factorize!
to avoid unnecessary factorizations, in case the real part of the matrix to be factorized remains constant.
A Julia package for solving dual-valued linear systems
- Fix - Force the size of the sparse matrix created by
ɛ * M
for the case whereM
has trailing columns or rows of zeros.
A Julia package for solving dual-valued linear systems
- Added functionality to handle
adjoint
andtranspose
- Added overload of
lu
,qr
, andcholesky
TODO: Add specificlu
,qr
, andcholesky
tests
DualMatrixTools.jl: A Julia package for solving dual-valued linear systems
- Improved testing.
- Added an other overload of
\
for it to work with a non-factorized dual-valued matrix.
DualMatrixTools.jl: A Julia package for solving dual-valued linear systems
New release with full code coverage in testing.
Generating a DOI
v0.1.1 Update README.md