Matrix Constructor
public Matrix(
int nrows,
int ncols
)
This language is not supported or no code example is available.
public:
Matrix(
int nrows,
int ncols
)
This language is not supported or no code example is available.
public function Matrix(
nrows : int,
ncols : int
);
This language is not supported or no code example is available.
Parameters
-
nrows
-
int
-
ncols
-
int
In this article
Definition