Uses of Class
no.uib.cipr.matrix.MatrixSingularException
Packages that use MatrixSingularException
-
Uses of MatrixSingularException in no.uib.cipr.matrix
Methods in no.uib.cipr.matrix that throw MatrixSingularExceptionModifier and TypeMethodDescriptionBandLU.solve
(DenseMatrix B) ComputesA\B
, overwritingB
DenseLU.solve
(DenseMatrix B) ComputesA\B
, overwritingB
X = A\B
.x = A\b
.BandLU.transSolve
(DenseMatrix B) ComputesAT\B
, overwritingB
DenseLU.transSolve
(DenseMatrix B) ComputesAT\B
, overwritingB
Matrix.transSolve
(Matrix B, Matrix X) X = AT\B
.Matrix.transSolve
(Vector b, Vector x) x = AT\b
.