Skip to content

v0.5.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Nelson-numerical-software Nelson-numerical-software released this 26 Feb 20:14
· 1276 commits to master since this release

0.5.2 (2021-02-27)

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.