Skip to content

Releases: briochemc/DualMatrixTools.jl

v1.3.0

20 Mar 08:02
Compare
Choose a tag to compare

DualMatrixTools v1.3.0

Diff since v1.2.5

Closed issues:

  • logo (#2)

Merged pull requests:

v1.2.5

02 May 04:56
Compare
Choose a tag to compare
@JuliaRegistrator register()

A Julia package for solving dual-valued linear systems

14 Mar 11:16
Compare
Choose a tag to compare

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

12 Mar 23:05
Compare
Choose a tag to compare

Improved efficiency by reducing the number of real-valued backsolves (and allocations) to a minimum.

A Julia package for solving dual-valued linear systems

12 Mar 04:49
Compare
Choose a tag to compare

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

01 Mar 02:42
Compare
Choose a tag to compare
  • Fix - Force the size of the sparse matrix created by ɛ * M for the case where M has trailing columns or rows of zeros.

A Julia package for solving dual-valued linear systems

01 Mar 01:03
Compare
Choose a tag to compare
  • Added functionality to handle adjoint and transpose
  • Added overload of lu, qr, and cholesky
    TODO: Add specific lu, qr, and cholesky tests

DualMatrixTools.jl: A Julia package for solving dual-valued linear systems

15 Feb 05:49
Compare
Choose a tag to compare
  • 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

11 Feb 04:45
Compare
Choose a tag to compare

New release with full code coverage in testing.

Generating a DOI

21 Nov 20:28
fd38f38
Compare
Choose a tag to compare
v0.1.1

Update README.md