Skip to content

v0.26.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@markrogoyski markrogoyski released this 16 Apr 04:44
· 1159 commits to master since this release

New Features

  • Initial Complex number class
  • Complex number support to quadratic and cubic equations
  • Initial Eigenvalue strategy class (2x2 and 3x3 matrices using root equations)
  • Matrix
    • isLowerTriangular
    • isUpperTriangular
    • isTriangular
    • isDiagonal
  • Beta function convenience method

Improvements

  • Add BadDataException to LeastSquares regression method trait if degrees of freedom is 0
  • Complex Root of Quadratic Function