User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_squarematrix.create_tgis_matrix

Table of Contents

TGIS_SquareMatrix.TGIS_SquareMatrix(double[][]) constructor

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.

Available also on: Delphi | .NET | ActiveX | Python.

Syntax

// Java
public TGIS_SquareMatrix(
  double[][] _mtr
);
// Oxygene
public
  constructor (
    _mtr : TGIS_Matrix
  );

Parameters

Name Type Description
_mtr double[][]
TGIS_Matrix
the source data for matrix
2022/11/30 19:35

Page Tools