Package | Description |
---|---|
org.apache.sis.referencing.operation.matrix |
Matrix implementations for spatio-temporal referencing.
|
Modifier and Type | Method and Description |
---|---|
static Matrix4 |
Matrix4.castOrCopy(Matrix matrix)
Casts or copies the given matrix to a
Matrix4 implementation. |
static Matrix3 |
Matrix3.castOrCopy(Matrix matrix)
Casts or copies the given matrix to a
Matrix3 implementation. |
static Matrix2 |
Matrix2.castOrCopy(Matrix matrix)
Casts or copies the given matrix to a
Matrix2 implementation. |
static Matrix1 |
Matrix1.castOrCopy(Matrix matrix)
Casts or copies the given matrix to a
Matrix1 implementation. |
MatrixSIS |
MatrixSIS.multiply(Matrix matrix)
Returns a new matrix which is the result of multiplying this matrix with the specified one.
|
static MatrixSIS |
Matrices.multiply(Matrix m1,
Matrix m2)
Returns a new matrix which is the result of multiplying the first matrix with the second one.
|
MatrixSIS |
MatrixSIS.solve(Matrix matrix)
Returns the value of U which solves
this × U = matrix . |
Copyright © 2010–2015 The Apache Software Foundation. All rights reserved.