-
Notifications
You must be signed in to change notification settings - Fork 241
Upcoming Release
Mark Rogoyski edited this page May 6, 2021
·
291 revisions
- Matrix Improvements
-
walk
method to map a function to all values without mutation or returning a value -
MatrixFactory
creates more matrix types -
MatrixFactory::createNumeric
to createNumericMatrix
types MatrixFactory::createFromRowVector
MatrixFactory::createFromColumnVector
- Internal
ObjectMatrix
improvements- Add
trace
- Add
scalarMultiply
- Add
- Add initial
ComplexMatrix
-
- Sample data People
- Bug fixes
- Issue 414 fixed - PCA/Eigenvalue convergence
- Issue 413 fixed - matrix solve with singular matrix using RREF
- See migration guide for backwards incompatible changes