Package | Description |
---|---|
org.apache.sis.referencing.operation.matrix |
Matrix implementations for spatio-temporal referencing.
|
Modifier and Type | Method and Description |
---|---|
MatrixSIS |
MatrixSIS.inverse()
Returns the inverse of this matrix.
|
MatrixSIS |
MatrixSIS.solve(Matrix matrix)
Returns the value of U which solves
this × U = matrix . |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.