Uses of Class
org.geotools.referencing.operation.matrix.SingularMatrixException
-
Packages that use SingularMatrixException Package Description org.geotools.referencing.operation.matrix Matrix implementations on top of thejavax.vecmathpackage. -
-
Uses of SingularMatrixException in org.geotools.referencing.operation.matrix
Methods in org.geotools.referencing.operation.matrix that throw SingularMatrixException Modifier and Type Method Description voidGeneralMatrix. invert(Matrix matrix)voidMatrix1. invert(Matrix matrix)voidMatrix2. invert(Matrix matrix)voidMatrix3. invert(Matrix matrix)voidXMatrix. invert()Inverts this matrix in place.voidXMatrix. invert(Matrix matrix)Set to the inverse of the provided matrix.
-