Next: , Previous: Finding maximum and minimum elements of matrices, Up: Matrices


8.4.12 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.