v55.2.0 #596
apete
started this conversation in
General, ojAlgo and related code
v55.2.0
#596
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A minor release with a relative short change log, but some things are noteworthy:
org.ojalgo.matrix.decomposition
package has been refactored internally and an important new interface added –MatrixDecomposition.Updatable
. Specifically the LU decompositions are now updatable. If you have an existing LU decomposition and one column of the original matrix changes, you do not need to recalculate the entire decomposition. Instead you can update it with just the modified column as input.https://github.com/optimatika/ojAlgo/blob/develop/CHANGELOG.md
Beta Was this translation helpful? Give feedback.
All reactions