DK11 for Java | tatukgis.jdk.TGIS_SquareMatrix.Create | Overloads | Constructors | Methods | Properties
Creates an instance. If the source matrix is not square then it will be truncated by the smaller dimension.
// Java public TGIS_SquareMatrix( double[][] _mtr );
// Oxygene public constructor ( _mtr : TGIS_Matrix );
Name | Type | Description |
---|---|---|
_mtr | double[][] TGIS_Matrix | the source data for matrix |