Uses of Class
no.uib.cipr.matrix.MatrixNotSPDException
Packages that use MatrixNotSPDException
-
Uses of MatrixNotSPDException in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that throw MatrixNotSPDExceptionModifier and TypeMethodDescriptionBandCholesky.solve
(DenseMatrix B) ComputesA\B
, overwritingB
DenseCholesky.solve
(DenseMatrix B) Solves forB
, overwriting it on returnX = A\B
.x = A\b
.PackCholesky.solve
(DenseMatrix B) Solves forB
, overwriting it on returnMatrix.transSolve
(Matrix B, Matrix X) X = AT\B
.Matrix.transSolve
(Vector b, Vector x) x = AT\b
.