nelson v0.5.2 Release Notes

Release Date: 2021-02-27 // about 3 years ago
  • ๐Ÿ”‹ Features:

    • triu builtin: Upper triangular part of matrix.

    • tril builtin: Lower triangular part of matrix.

    • istriu checks if matrix is upper triangular part of matrix.

    • istril: checks if matrix is lower triangular part of matrix.

    • isdiag: checks if matrix is diagonal.

    Compilation:

    • ๐ŸŽ MacOS build uses openBLAS. lapacke included in openBLAS. No more thirdparty repository required for MacOS build.

    • ๐Ÿ“‡ rename ArrayOf::getLength to ArrayOf::getElementCount method.

    • rework simple assignement.

    • โž• add benchs about loop to identify existing bottleneck for next iteration.

    • rework loop to prepare next iteration.