Uses of Enum
org.ujmp.core.util.matrices.MatrixLibraries.MatrixLibrary
Packages that use MatrixLibraries.MatrixLibrary
Package
Description
-
Uses of MatrixLibraries.MatrixLibrary in org.ujmp.core.doublematrix.calculation.general.decomposition
Fields in org.ujmp.core.doublematrix.calculation.general.decomposition declared as MatrixLibraries.MatrixLibraryMethods in org.ujmp.core.doublematrix.calculation.general.decomposition with parameters of type MatrixLibraries.MatrixLibraryModifier and TypeMethodDescriptionSVDTask.setMatrixLibrary
(MatrixLibraries.MatrixLibrary matrixLibrary) -
Uses of MatrixLibraries.MatrixLibrary in org.ujmp.core.util.matrices
Methods in org.ujmp.core.util.matrices that return MatrixLibraries.MatrixLibraryModifier and TypeMethodDescriptionReturns 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.