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 return NoninvertibleMatrixExceptionModifier and TypeMethodDescriptionprivate NoninvertibleMatrixException
NonSquareMatrix.nonInvertible()
Returns the exception for a non-invertible transform.Methods in org.apache.sis.referencing.operation.matrix that throw NoninvertibleMatrixExceptionModifier and TypeMethodDescriptionstatic MatrixSIS
Matrices.inverse
(org.opengis.referencing.operation.Matrix matrix) Returns the inverse of the given matrix.MatrixSIS.inverse()
Returns the inverse of this matrix.NonSquareMatrix.inverse()
Returns the inverse of this matrix.(package private) static MatrixSIS
Solver.inverse
(org.opengis.referencing.operation.Matrix X, boolean noChange) Computes the inverse of the given matrix.private MatrixSIS
NonSquareMatrix.inverseDimensionIncrease()
Inverses a matrix for a transform where target points has more coordinates than source points.private MatrixSIS
NonSquareMatrix.inverseDimensionReduction()
Inverses a matrix for a transform where target points have fewer coordinates than source points.MatrixSIS.solve
(org.opengis.referencing.operation.Matrix matrix) Returns the value of U which solvesthis
× U =matrix
.NonSquareMatrix.solve
(org.opengis.referencing.operation.Matrix matrix) Returns the value of U which solvesthis
× U =matrix
.private static MatrixSIS
Solver.solve
(double[] LU, org.opengis.referencing.operation.Matrix Y, double[] eltY, int size, int innerSize) Implementation ofsolve
andinverse
methods.(package private) static MatrixSIS
Solver.solve
(org.opengis.referencing.operation.Matrix X, org.opengis.referencing.operation.Matrix Y) SolvesX
× U =Y
.private static MatrixSIS
Solver.solve
(org.opengis.referencing.operation.Matrix X, org.opengis.referencing.operation.Matrix Y, double[] eltY, int size, int innerSize, boolean noChange) Implementation ofsolve
andinverse
methods, with filtering of NaN values. -
Uses of NoninvertibleMatrixException in org.apache.sis.referencing.operation.transform
Constructors in org.apache.sis.referencing.operation.transform that throw NoninvertibleMatrixExceptionModifierConstructorDescriptionprotected
InterpolatedTransform
(DatumShiftGrid<T, T> grid) Creates a transform for the given interpolation grid.(package private)
InterpolatedTransform2D
(DatumShiftGrid<T, T> grid) Constructs a 2D transform.