Uses of Class
org.apache.sis.referencing.operation.matrix.NoninvertibleMatrixException
Packages that use NoninvertibleMatrixException
Package
Description
Matrix implementations for spatiotemporal referencing.
Conversions or transformations of multi-dimensional coordinate tuples.
-
Uses of NoninvertibleMatrixException in org.apache.sis.referencing.operation.matrix
Methods in org.apache.sis.referencing.operation.matrix that throw NoninvertibleMatrixExceptionModifier and TypeMethodDescriptionstatic MatrixSIS
Returns the inverse of the given matrix.Matrix1.inverse()
Returns the inverse of this matrix.Matrix2.inverse()
Returns the inverse of this matrix.MatrixSIS.inverse()
Returns the inverse of this matrix.Returns the value of U which solvesthis
× U =target
. -
Uses of NoninvertibleMatrixException in org.apache.sis.referencing.operation.transform
Constructors in org.apache.sis.referencing.operation.transform that throw NoninvertibleMatrixExceptionModifierConstructorDescriptionprotected <T extends Quantity<T>>
InterpolatedTransform
(DatumShiftGrid<T, T> grid) Creates a transform for the given interpolation grid.