Uses of Class
org.apache.sis.referencing.operation.matrix.GeneralMatrix
Packages that use GeneralMatrix
Package
Description
Matrix implementations for spatiotemporal referencing.
-
Uses of GeneralMatrix in org.apache.sis.referencing.operation.matrix
Subclasses of GeneralMatrix in org.apache.sis.referencing.operation.matrixModifier and TypeClassDescription(package private) final class
A matrix which is not square.Methods in org.apache.sis.referencing.operation.matrix that return GeneralMatrixModifier and TypeMethodDescription(package private) static GeneralMatrix
GeneralMatrix.createExtendedPrecision
(int numRow, int numCol, boolean setToIdentity) Creates a new extended precision matrix of the given size.Methods in org.apache.sis.referencing.operation.matrix with parameters of type GeneralMatrixModifier and TypeMethodDescriptionprivate static void
NonSquareMatrix.copyColumn
(GeneralMatrix source, int srcIndex, GeneralMatrix target, int dstIndex) Copies a column between two matrices, including the double-double arithmetic error terms if any.private static void
NonSquareMatrix.copyRow
(GeneralMatrix source, int srcIndex, GeneralMatrix target, int dstIndex) Copies a row between two matrices, including the double-double arithmetic error terms if any.Constructors in org.apache.sis.referencing.operation.matrix with parameters of type GeneralMatrixModifierConstructorDescription(package private)
GeneralMatrix
(GeneralMatrix matrix) Creates a clone of the given matrix, forclone()
usage only.private
NonSquareMatrix
(GeneralMatrix matrix) Creates a clone of the given matrix, forNonSquareMatrix.clone()
usage only.