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 Matrix1
Matrix1.castOrCopy
(Matrix matrix) Casts or copies the given matrix to aMatrix1
implementation.static Matrix2
Matrix2.castOrCopy
(Matrix matrix) Casts or copies the given matrix to aMatrix2
implementation.static Matrix3
Matrix3.castOrCopy
(Matrix matrix) Casts or copies the given matrix to aMatrix3
implementation.static Matrix4
Matrix4.castOrCopy
(Matrix matrix) Casts or copies the given matrix to aMatrix4
implementation.static MatrixSIS
Returns a new matrix which is the result of multiplying the first matrix with the second one.Returns a new matrix which is the result of multiplying this matrix with the specified one.void
Sets this matrix to the values of another matrix.Returns the value of U which solvesthis
× U =matrix
.