Package | Description |
---|---|
org.apache.sis.referencing.operation.matrix |
Matrix implementations for spatio-temporal referencing.
|
org.apache.sis.referencing.operation.transform |
Conversions or transformations of multi-dimensional coordinate points.
|
Modifier and Type | Method and Description |
---|---|
MatrixSIS |
MatrixSIS.inverse()
Returns the inverse of this matrix.
|
static MatrixSIS |
Matrices.inverse(Matrix matrix)
Returns the inverse of the given matrix.
|
MatrixSIS |
MatrixSIS.solve(Matrix matrix)
Returns the value of U which solves
this × U = matrix . |
Constructor and Description |
---|
InterpolatedTransform(DatumShiftGrid<T,T> grid)
Creates a transform for the given interpolation grid.
|
Copyright © 2010–2017 The Apache Software Foundation. All rights reserved.