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

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.


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