Package | Description |
---|---|
no.uib.cipr.matrix |
Dense and structured sparse matrices, along with matrix factorisations
and solvers.
|
Modifier and Type | Class and Description |
---|---|
class |
UnitUpperTriangDenseMatrix
Unit upper triangular dense matrix.
|
Modifier and Type | Method and Description |
---|---|
UpperTriangDenseMatrix |
UpperTriangDenseMatrix.copy() |
UpperTriangDenseMatrix |
QR.getR()
Returns the upper triangular factor
|
UpperTriangDenseMatrix |
RQ.getR()
Returns the upper triangular factor
|
UpperTriangDenseMatrix |
DenseCholesky.getU()
Returns the decomposition matrix.
|
UpperTriangDenseMatrix |
DenseLU.getU()
Returns the upper triangular factor
|