Uses of Class
org.apache.sis.referencing.operation.matrix.NoninvertibleMatrixException
-
Packages that use NoninvertibleMatrixException Package Description org.apache.sis.referencing.operation.matrix Matrix implementations for spatiotemporal referencing.org.apache.sis.referencing.operation.transform Conversions or transformations of multi-dimensional coordinate points. -
-
Uses of NoninvertibleMatrixException in org.apache.sis.referencing.operation.matrix
Methods in org.apache.sis.referencing.operation.matrix that throw NoninvertibleMatrixException Modifier and Type Method Description static MatrixSIS
Matrices. inverse(Matrix matrix)
Returns the inverse of the given matrix.MatrixSIS
MatrixSIS. inverse()
Returns the inverse of this matrix.MatrixSIS
MatrixSIS. solve(Matrix matrix)
Returns the value of U which solvesthis
× U =matrix
. -
Uses of NoninvertibleMatrixException in org.apache.sis.referencing.operation.transform
Constructors in org.apache.sis.referencing.operation.transform that throw NoninvertibleMatrixException Constructor Description InterpolatedTransform(DatumShiftGrid<T,T> grid)
Creates a transform for the given interpolation grid.
-