Package org.geotools.referencing.operation.matrix

Matrix implementations on top of the javax.vecmath package.

See:
          Description

Interface Summary
XMatrix A matrix capables to perform some matrix operations.
 

Class Summary
AffineTransform2D An affine matrix of fixed {@value}×{@value} size.
GeneralMatrix A two dimensional array of numbers.
Matrix1 A matrix of fixed {@value}×{@value} size.
Matrix2 A matrix of fixed {@value}×{@value} size.
Matrix3 A matrix of fixed {@value}×{@value} size.
Matrix4 A matrix of fixed {@value}×{@value} size.
MatrixFactory Static utility methods for creating matrix.
 

Package org.geotools.referencing.operation.matrix Description

Matrix implementations on top of the javax.vecmath package.



Copyright © GeoTools. All Rights Reserved.