(double** matrix,  int rows,
  int cols,  double min,
  double max,  double c)
 Gives the elements in a matrix uniformly distributed values between min and max.
Documentation
Gives the elements in a matrix uniformly distributed values between min and max. 
Gives all elements in the last row a constant value.
- Parameters:
- matrix - :   double matrix
 rows - :     number of rows
 cols - :     number of columns
 min - :      minimum for the random values
 max - :      maximum for the random values
 c - :        value for the last row
 
Alphabetic index
This page was generated with the help of DOC++.