Uses of Enum
no.uib.cipr.matrix.Vector.Norm
Packages that use Vector.Norm
-
Uses of Vector.Norm in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return Vector.NormModifier and TypeMethodDescriptionstatic Vector.NormReturns the enum constant of this type with the specified name.static Vector.Norm[]Vector.Norm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.uib.cipr.matrix with parameters of type Vector.NormModifier and TypeMethodDescriptiondoubleAbstractVector.norm(Vector.Norm type) doubleVector.norm(Vector.Norm type) Computes the given norm of the vector -
Uses of Vector.Norm in no.uib.cipr.matrix.sparse
Fields in no.uib.cipr.matrix.sparse declared as Vector.NormModifier and TypeFieldDescriptionprotected Vector.NormAbstractIterationMonitor.normTypeVector-normMethods in no.uib.cipr.matrix.sparse that return Vector.NormModifier and TypeMethodDescriptionAbstractIterationMonitor.getNormType()IterationMonitor.getNormType()Returns the vector-norm in useMethods in no.uib.cipr.matrix.sparse with parameters of type Vector.NormModifier and TypeMethodDescriptionvoidAbstractIterationMonitor.setNormType(Vector.Norm normType) voidIterationMonitor.setNormType(Vector.Norm normType) Sets the vector-norm to calculate with