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