| Package | Description |
|---|---|
| no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
| Modifier and Type | Method and Description |
|---|---|
static PermutationMatrix |
PermutationMatrix.fromPartialPivots(int[] pivots)
The sequential row permutations to perform, e.g. (2, 3, 3) means: permute
row 1 with row 2, then permute row 2 with row 3, then permute row 3 with
row 3 (i.e. do nothing).
|
PermutationMatrix |
DenseLU.getP()
Returns the permutation matrix.
|