Releases: briochemc/HyperDualMatrixTools.jl
Releases · briochemc/HyperDualMatrixTools.jl
v2.0.3
A Julia package for solving hyperdual-valued linear systems
Import Linear Algebra's factorize
rather than define and export factorize!
, so that the package can be used with DualMatrixTools at the same time.
A Julia package for solving hyperdual-valued linear systems
Improved efficiency by minimizing the number of real-valued backsolves for each hyperdual-valued backsolve.
A Julia package for solving hyperdual-valued linear systems
This update implements all the features available in the similar DualMatrixTools.jl package.
Updated factorization, functions, types, and tests.
A Julia package for solving hyperdual-valued linear systems
Fixed:
- x86
factorize
ambiguity - code coverage
First release since revamp of HyperDualNumbers
v1.0.0 v0.1.0 -> v1.0.0
Added some documentation + minor revisions
v0.1.1 added Project.toml to docs
First release
Removed stdlib parckages from REQUIRE