Uses of Class
io.bhagat.math.linearalgebra.Matrix.OuterProductSVD
-
Packages that use Matrix.OuterProductSVD Package Description io.bhagat.math.linearalgebra A package for storing linear algebra -
-
Uses of Matrix.OuterProductSVD in io.bhagat.math.linearalgebra
Methods in io.bhagat.math.linearalgebra that return Matrix.OuterProductSVD Modifier and Type Method Description static Matrix.OuterProductSVDMatrix. singularValueDecompositionOuter(Matrix A, int iterations)performs singular value decomposition and returns the output in outer product form
-