Uses of Class
no.uib.cipr.matrix.Vector.Norm
-
Packages that use Vector.Norm Package Description no.uib.cipr.matrix no.uib.cipr.matrix.sparse -
-
Uses of Vector.Norm in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that return Vector.Norm Modifier and Type Method Description static Vector.NormVector.Norm. valueOf(java.lang.String name)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.Norm Modifier and Type Method Description doubleAbstractVector. 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.Norm Modifier and Type Field Description protected Vector.NormAbstractIterationMonitor. normTypeVector-normMethods in no.uib.cipr.matrix.sparse that return Vector.Norm Modifier and Type Method Description Vector.NormAbstractIterationMonitor. getNormType()Vector.NormIterationMonitor. getNormType()Returns the vector-norm in useMethods in no.uib.cipr.matrix.sparse with parameters of type Vector.Norm Modifier and Type Method Description voidAbstractIterationMonitor. setNormType(Vector.Norm normType)voidIterationMonitor. setNormType(Vector.Norm normType)Sets the vector-norm to calculate with
-