Package | Description |
---|---|
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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
double |
AbstractVector.norm(Vector.Norm type) |
double |
Vector.norm(Vector.Norm type)
Computes the given norm of the vector
|
Modifier and Type | Field and Description |
---|---|
protected Vector.Norm |
AbstractIterationMonitor.normType
Vector-norm
|
Modifier and Type | Method and Description |
---|---|
Vector.Norm |
AbstractIterationMonitor.getNormType() |
Vector.Norm |
IterationMonitor.getNormType()
Returns the vector-norm in use
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIterationMonitor.setNormType(Vector.Norm normType) |
void |
IterationMonitor.setNormType(Vector.Norm normType)
Sets the vector-norm to calculate with
|