(double** src, double** target, int rows,
int cols)
Copies a matrix.
Documentation
Copies a matrix. Allocation needs to be done outside !
- Parameters:
- src - : double matrix to copy
target - : copy of src, the returning value
rows - : number of rows
cols - : number of columns
Alphabetic index
This page was generated with the help of DOC++.