Uses of Class
linearalgebra.exception.UninvertibleMatrixException

Packages that use UninvertibleMatrixException
linearalgebra   
linearalgebra.numeric   
 

Uses of UninvertibleMatrixException in linearalgebra
 

Methods in linearalgebra that throw UninvertibleMatrixException
 MatrixInterface MatrixInterface.factorInverse()
           
 

Uses of UninvertibleMatrixException in linearalgebra.numeric
 

Methods in linearalgebra.numeric that throw UninvertibleMatrixException
 MatrixInterface NumericRow.factorInverse()
           
 MatrixInterface NumericColumn.factorInverse()
           
 MatrixInterface AbstractMatrix.factorInverse()