Math PHP v0.53.0 Release Notes

Release Date: 2019-09-10 // over 4 years ago
  • 🆕 New Features

    • Matrix QR decomposition using Householder reflections
    • Matrix Householder transformation
    • MatrixFactory random matrix
    • MatrixFactory givens rotation matrix
    • Matrix isIdempotent
    • Matrix Eigenvalue power iteration
    • Matrix Eigenvalue jacobi method
    • Arithmetic root (nᵗʰ root)
    • Vector arithmetic multiply and divide
    • Vector Iterator interface

    👌 Improvements

    • Internal improvements to Matrix
    • Matrix decompositions returned as objects
    • Matrix Cholesky decomposition provides L transpose