Difference between revisions of "Change Log"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | == Version 0. | + | == 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 | + | ** 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() | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | ** | ||
− | ** | ||
− | ** | ||
− | |||
− | |||
− | |||
− | |||
− | * | ||
− | * | ||
− | ** | ||
− | * Added | ||
− | * Added | ||
− | |||
− | |||
− | * | ||
− | * | ||
− | |||
− | * | ||
− | * | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |
Revision as of 11:10, 9 November 2016
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()