|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GeneralMatrix | |
|---|---|
| org.geotoolkit.referencing.operation.matrix | Matrix implementations on top of the
javax.vecmath package. |
| Uses of GeneralMatrix in org.geotoolkit.referencing.operation.matrix |
|---|
| Methods in org.geotoolkit.referencing.operation.matrix that return GeneralMatrix | |
|---|---|
GeneralMatrix |
GeneralMatrix.clone()
Returns a clone of this matrix. |
static GeneralMatrix |
GeneralMatrix.load(BufferedReader in,
Locale locale)
Loads data from the specified stream until the first blank line or end of stream. |
static GeneralMatrix |
GeneralMatrix.load(File file)
Loads data from the specified file until the first blank line or end of file. |
static GeneralMatrix |
MatrixFactory.toGeneralMatrix(Matrix matrix)
Converts the specified matrix to GeneralMatrix. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||