void matrix_d_const_preserve_struct

(double** matrix, int rows,
  int cols, double c)

Gives all elements != 0 in a matrix a constant value.

Documentation

Gives all elements != 0 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++.