(int rows, int columns,
double** copymatrix)
Copying and allocation of a double matrix.
Documentation
Copying and allocation of a double matrix.
- Parameters:
- rows - : number of rows
columns - : number of columns
copymatrix - : matrix to copy
- Returns:
- pointer to a matrix
Alphabetic index
This page was generated with the help of DOC++.