|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MatrixSingularException | |
|---|---|
| no.uib.cipr.matrix | Dense and structured sparse matrices, along with matrix factorisations and solvers. |
| Uses of MatrixSingularException in no.uib.cipr.matrix |
|---|
| Methods in no.uib.cipr.matrix that throw MatrixSingularException | |
|---|---|
DenseMatrix |
BandLU.solve(DenseMatrix B)
Computes A\B, overwriting B |
DenseMatrix |
DenseLU.solve(DenseMatrix B)
Computes A\B, overwriting B |
Matrix |
Matrix.solve(Matrix B,
Matrix X)
X = A\B. |
Vector |
Matrix.solve(Vector b,
Vector x)
x = A\b. |
DenseMatrix |
BandLU.transSolve(DenseMatrix B)
Computes AT\B, overwriting B |
DenseMatrix |
DenseLU.transSolve(DenseMatrix B)
Computes AT\B, overwriting B |
Matrix |
Matrix.transSolve(Matrix B,
Matrix X)
X = AT\B. |
Vector |
Matrix.transSolve(Vector b,
Vector x)
x = AT\b. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||