Uses of Class
no.uib.cipr.matrix.io.VectorInfo.VectorField
-
Packages that use VectorInfo.VectorField Package Description no.uib.cipr.matrix.io -
-
Uses of VectorInfo.VectorField in no.uib.cipr.matrix.io
Methods in no.uib.cipr.matrix.io that return VectorInfo.VectorField Modifier and Type Method Description static VectorInfo.VectorField
VectorInfo.VectorField. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VectorInfo.VectorField[]
VectorInfo.VectorField. 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 VectorInfo.VectorField Constructor Description VectorInfo(boolean sparse, VectorInfo.VectorField field)
Creates a specific type
-