Change Log
Jump to navigation
Jump to search
Version 0.30
2016/11/09
- Thanks Peter Fodar for fixing misleading javadoc
- Fixed bug in computation of eigenvectors where the first eigenvalue was complex it would get messed up
- Thanks user343 for reporting the bug!
- Complex matrix multiplication
- added multTransA variants
- added multTransB variants
- added multTransAB variants
- Added the following complex decompositions
- Hessenberg Similar Decomposition
- Tridiagonal Similar Decomposition
- Added MatrixFeatures.isLowerTriangle()
- Added createLike() to all matrices
- Creates a new matrix that is the same size and shape. filled with zeros initially
- Fixed CRandomMatrices.createHermitian()
- Fixed CMatrixFeatures.isHermitian()