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.Norm
Returns 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 TypeMethodDescriptiondouble
AbstractVector.norm
(Vector.Norm type) double
Vector.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.Norm
AbstractIterationMonitor.normType
Vector-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 TypeMethodDescriptionvoid
AbstractIterationMonitor.setNormType
(Vector.Norm normType) void
IterationMonitor.setNormType
(Vector.Norm normType) Sets the vector-norm to calculate with