Package | Description |
---|---|
org.geotools.referencing.operation.matrix |
Matrix implementations on top of the
javax.vecmath package. |
Modifier and Type | Method and Description |
---|---|
void |
XMatrix.invert()
Inverts this matrix in place.
|
void |
Matrix2.invert(Matrix matrix) |
void |
Matrix1.invert(Matrix matrix) |
void |
XMatrix.invert(Matrix matrix)
Set to the inverse of the provided matrix.
|
void |
Matrix3.invert(Matrix matrix) |
void |
GeneralMatrix.invert(Matrix matrix) |
Copyright © 1996–2019 Geotools. All rights reserved.