See gsl/matrix/view_source.c Matthias
On 07/12/2017 07:02 PM, Thomas Ryabin wrote:
I'm trying to run some GSL example code, and the code contains the
following line:
gsl_matrix_view m = gsl_matrix_view_array (a_data, 4, 4);
I searched in the entire GSL source directory for the definition of
gsl_matrix_view_array but couldn't find it anywhere. I did find the
declaration in gsl_matrix_double.h. Where could the definition be? Is there
some macro that defines it somewhere?
-Thomas
