Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
Modifier and Type | Method and Description |
---|---|
static Matrix.Norm |
Matrix.Norm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Matrix.Norm[] |
Matrix.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 |
AbstractMatrix.norm(Matrix.Norm type) |
double |
Matrix.norm(Matrix.Norm type)
Computes the given norm of the matrix
|
double |
BandLU.rcond(Matrix A,
Matrix.Norm norm)
Computes the reciprocal condition number, using either the infinity norm
of the 1 norm.
|
double |
DenseLU.rcond(Matrix A,
Matrix.Norm norm)
Computes the reciprocal condition number, using either the infinity norm
of the 1 norm.
|