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, overwritingBDenseLU.solve(DenseMatrix B) ComputesA\B, overwritingBX = A\B.x = A\b.BandLU.transSolve(DenseMatrix B) ComputesAT\B, overwritingBDenseLU.transSolve(DenseMatrix B) ComputesAT\B, overwritingBMatrix.transSolve(Matrix B, Matrix X) X = AT\B.Matrix.transSolve(Vector b, Vector x) x = AT\b.