bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-gsl] Missing gsl_vector_size(const gsl_vector*)


From: Torbjörn Rathsman
Subject: [Bug-gsl] Missing gsl_vector_size(const gsl_vector*)
Date: Fri, 8 Jan 2016 12:06:10 +0100

It is possible to use accessor functions to retrieve or set data, but it is
not possible to access its size that way. Suggestion:

Add the function

inline gsl_vector_size(const gsl_vector* v)
  {
    return v->size;
  }


reply via email to

[Prev in Thread] Current Thread [Next in Thread]