Uses of Class
org.ujmp.core.util.matrices.MatrixLibraries.MatrixLibrary
-
Packages that use MatrixLibraries.MatrixLibrary Package Description org.ujmp.core.doublematrix.calculation.general.decomposition org.ujmp.core.util.matrices -
-
Uses of MatrixLibraries.MatrixLibrary in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as MatrixLibraries.MatrixLibrary Modifier and Type Field Description private MatrixLibraries.MatrixLibrary
SVDTask. matrixLibrary
Methods in org.ujmp.core.doublematrix.calculation.general.decomposition with parameters of type MatrixLibraries.MatrixLibrary Modifier and Type Method Description SVDTask
SVDTask. setMatrixLibrary(MatrixLibraries.MatrixLibrary matrixLibrary)
-
Uses of MatrixLibraries.MatrixLibrary in org.ujmp.core.util.matrices
Methods in org.ujmp.core.util.matrices that return MatrixLibraries.MatrixLibrary Modifier and Type Method Description static MatrixLibraries.MatrixLibrary
MatrixLibraries.MatrixLibrary. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MatrixLibraries.MatrixLibrary[]
MatrixLibraries.MatrixLibrary. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-