(double** matrix, int rows,
int cols)
Gives all elements != 0 in a matrix uniformly distributed random values between 0 and 1.
Documentation
Gives all elements != 0 in a matrix uniformly distributed random values
between 0 and 1.
- Parameters:
- matrix - double matrix
rows - number of rows
cols - number of columns
Alphabetic index
This page was generated with the help of DOC++.