Package org.geotools.referencing.operation.matrix
Matrix implementations on top of the
javax.vecmath
package.-
Interface Summary Interface Description XMatrix A matrix capable of some matrix operations. -
Class Summary Class Description AffineTransform2D GeneralMatrix A two dimensional array of numbers.Matrix1 Matrix2 Matrix3 Matrix4 MatrixFactory Static utility methods for creating matrix.XAffineTransform Utility methods for affine transforms. -
Exception Summary Exception Description SingularMatrixException Matrix is singular, and thus an inverse is not available.