|
From: | Matthias Sitte |
Subject: | Re: [Help-gsl] Can't find definition for "gsl_matrix_view_array()" function in the source |
Date: | Thu, 13 Jul 2017 09:02:50 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 |
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
[Prev in Thread] | Current Thread | [Next in Thread] |