Uses of Class
org.ujmp.core.doublematrix.calculation.general.decomposition.SVDTask
-
Packages that use SVDTask Package Description org.ujmp.core.doublematrix.calculation.general.decomposition -
-
Uses of SVDTask in org.ujmp.core.doublematrix.calculation.general.decomposition
Methods in org.ujmp.core.doublematrix.calculation.general.decomposition that return SVDTask Modifier and Type Method Description SVDTask
SVDTask. setMatrixLibrary(MatrixLibraries.MatrixLibrary matrixLibrary)
SVDTask
SVDTask. setMaxRank(int maxRank)
SVDTask
SVDTask. setThin(boolean thin)
SVDTask
SVDTask. setWantU(boolean wantU)
SVDTask
SVDTask. setWantV(boolean wantV)
-