oj! Algorithms v48.4.2 Release Notes

Release Date: 2021-04-22 // almost 3 years ago
  • โž• Added

    org.ojalgo.function

    • โž• Additional default methods for primitive arguments

    ๐Ÿ—„ Deprecated

    org.ojalgo.structure

    • ๐Ÿ—„ The various operateOn*(...) methods have been deprecated and replaced by simply on*(...)

    ๐Ÿ›  Fixed

    org.ojalgo.matrix

    • ๐Ÿ›  Fixed bug in LowerTriangularStore and UpperTriangularStore regarding shape/range information: https://github.com/optimatika/ojAlgo/issues/330
    • ๐Ÿ›  Fixed problem regarding extraction of the Q and R matrices from QR decomposition for fat matrices. (One of the QR decomposition implementations had this problem.)