Go to the first, previous, next, last section, table of contents.

Matrix properties

Function: int gsl_matrix_isnull (const gsl_matrix * m)
This function returns 1 if all the elements of the matrix m are zero, and 0 otherwise.


Go to the first, previous, next, last section, table of contents.