void matrix_d_random_values

(double** matrix, int rows, int cols,
  double min, double max)

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.
Parameters:
matrix - : double matrix
rows - : number of rows
cols - : number of columns
min - : minimum for the random values
max - : maximum for the random values

Alphabetic index



This page was generated with the help of DOC++.