Uses of Class
org.apache.sis.referencing.operation.matrix.MismatchedMatrixSizeException
Packages that use MismatchedMatrixSizeException
Package
Description
Matrix implementations for spatiotemporal referencing.
-
Uses of MismatchedMatrixSizeException in org.apache.sis.referencing.operation.matrix
Methods in org.apache.sis.referencing.operation.matrix that throw MismatchedMatrixSizeExceptionModifier and TypeMethodDescriptionstatic Matrix1Matrix1.castOrCopy(org.opengis.referencing.operation.Matrix matrix) Casts or copies the given matrix to aMatrix1implementation.static Matrix2Matrix2.castOrCopy(org.opengis.referencing.operation.Matrix matrix) Casts or copies the given matrix to aMatrix2implementation.static Matrix3Matrix3.castOrCopy(org.opengis.referencing.operation.Matrix matrix) Casts or copies the given matrix to aMatrix3implementation.static Matrix4Matrix4.castOrCopy(org.opengis.referencing.operation.Matrix matrix) Casts or copies the given matrix to aMatrix4implementation.(package private) static voidMatrixSIS.ensureSizeMatch(int numRow, int numCol, org.opengis.referencing.operation.Matrix matrix) Ensures that the given matrix has the given dimension.static MatrixSISMatrices.multiply(org.opengis.referencing.operation.Matrix m1, org.opengis.referencing.operation.Matrix m2) Returns a new matrix which is the result of multiplying the first matrix with the second one.MatrixSIS.multiply(org.opengis.referencing.operation.Matrix matrix) Returns a new matrix which is the result of multiplying this matrix with the specified one.voidGeneralMatrix.setMatrix(org.opengis.referencing.operation.Matrix matrix) Sets this matrix to the values of another matrix.voidMatrixSIS.setMatrix(org.opengis.referencing.operation.Matrix matrix) Sets this matrix to the values of another matrix.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.