Changelog
6.0.0-6 (2019-04-25)
Changelog
6.0.0-5 (2019-04-18)
matrix.det()
was moved to a standalone function: determinant(matrix)
matrix.pseudoInverse()
was moved to a standalone function: pseudoInverse(matrix)
matrix.linearDependencies()
was moved to a standalone function: linearDependencies(matrix)
matrix.transposeView()
becomes new MatrixTransposeView(matrix)
Changelog
6.0.0-1 (2019-04-18)
matrix.sum('row')
and matrix.sum('column')
now return an array instead of a Matrix.Changelog
6.0.0-0 (2019-04-18)
undefined
.