|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MatrixNotSPDException | |
|---|---|
| no.uib.cipr.matrix | Dense and structured sparse matrices, along with matrix factorisations and solvers. |
| Uses of MatrixNotSPDException in no.uib.cipr.matrix |
|---|
| Methods in no.uib.cipr.matrix that throw MatrixNotSPDException | |
|---|---|
DenseMatrix |
BandCholesky.solve(DenseMatrix B)
Computes A\B, overwriting B |
DenseMatrix |
DenseCholesky.solve(DenseMatrix B)
Solves for B, overwriting it on return |
DenseMatrix |
PackCholesky.solve(DenseMatrix B)
Solves for B, overwriting it on return |
Matrix |
Matrix.solve(Matrix B,
Matrix X)
X = A\B. |
Vector |
Matrix.solve(Vector b,
Vector x)
x = A\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 | |||||||||