Next: , Previous: Finding maximum and minimum elements of vectors, Up: Vectors


8.3.10 Vector properties

— Function: int gsl_vector_isnull (const gsl_vector * v)

This function returns 1 if all the elements of the vector v are zero, and 0 otherwise.