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