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.vecmath
package. -
-
Uses of SingularMatrixException in org.geotools.referencing.operation.matrix
Methods in org.geotools.referencing.operation.matrix that throw SingularMatrixException Modifier and Type Method Description void
GeneralMatrix. invert(Matrix matrix)
void
Matrix1. invert(Matrix matrix)
void
Matrix2. invert(Matrix matrix)
void
Matrix3. invert(Matrix matrix)
void
XMatrix. invert()
Inverts this matrix in place.void
XMatrix. invert(Matrix matrix)
Set to the inverse of the provided matrix.
-