|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Vector.Norm | |
---|---|
no.uib.cipr.matrix | Dense and structured sparse matrices, along with matrix factorisations and solvers. |
no.uib.cipr.matrix.sparse | Unstructured sparse matrices and vectors with iterative solvers and preconditioners. |
Uses of Vector.Norm in no.uib.cipr.matrix |
---|
Methods in no.uib.cipr.matrix that return Vector.Norm | |
---|---|
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 | |
---|---|
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 | |
---|---|
protected Vector.Norm |
AbstractIterationMonitor.normType
Vector-norm |
Methods in no.uib.cipr.matrix.sparse that return Vector.Norm | |
---|---|
Vector.Norm |
AbstractIterationMonitor.getNormType()
|
Vector.Norm |
IterationMonitor.getNormType()
Returns the vector-norm in use |
Methods in no.uib.cipr.matrix.sparse with parameters of type Vector.Norm | |
---|---|
void |
AbstractIterationMonitor.setNormType(Vector.Norm normType)
|
void |
IterationMonitor.setNormType(Vector.Norm normType)
Sets the vector-norm to calculate with |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |