Uses of Class
no.uib.cipr.matrix.io.MatrixInfo.MatrixField
-
Packages that use MatrixInfo.MatrixField Package Description no.uib.cipr.matrix.io -
-
Uses of MatrixInfo.MatrixField in no.uib.cipr.matrix.io
Methods in no.uib.cipr.matrix.io that return MatrixInfo.MatrixField Modifier and Type Method Description static MatrixInfo.MatrixField
MatrixInfo.MatrixField. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static MatrixInfo.MatrixField[]
MatrixInfo.MatrixField. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in no.uib.cipr.matrix.io with parameters of type MatrixInfo.MatrixField Constructor Description MatrixInfo(boolean sparse, MatrixInfo.MatrixField field, MatrixInfo.MatrixSymmetry symmetry)
Creates a specific type
-