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.Norm
Vector.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 double
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.Norm Modifier and Type Field Description protected Vector.Norm
AbstractIterationMonitor. normType
Vector-normMethods in no.uib.cipr.matrix.sparse that return Vector.Norm Modifier and Type Method Description Vector.Norm
AbstractIterationMonitor. getNormType()
Vector.Norm
IterationMonitor. getNormType()
Returns the vector-norm in useMethods in no.uib.cipr.matrix.sparse with parameters of type Vector.Norm Modifier and Type Method Description void
AbstractIterationMonitor. setNormType(Vector.Norm normType)
void
IterationMonitor. setNormType(Vector.Norm normType)
Sets the vector-norm to calculate with
-