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 classA matrix which is not square.Methods in org.apache.sis.referencing.operation.matrix that return GeneralMatrixModifier and TypeMethodDescription(package private) static GeneralMatrixGeneralMatrix.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 voidNonSquareMatrix.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 voidNonSquareMatrix.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.privateNonSquareMatrix(GeneralMatrix matrix) Creates a clone of the given matrix, forNonSquareMatrix.clone()usage only.