(double** matrix, int rows, int cols,
double c)
Gives all elements in a matrix a constant value.
Documentation
Gives all elements in a matrix a constant value.
- Parameters:
- matrix - : double matrix
rows - : number of rows
cols - : number of columns
c - : value for the elements
Alphabetic index
This page was generated with the help of DOC++.