gsl_matrix as a function parameter

Kollányi Tibor kollanyi@kt
Mon Jun 3 07:05:00 GMT 2002


Hello,

how can I write an own function with a gsl_matrix parameter?
example:

int main(int argc, char *argv[])
{
gsl_matrix *m = gsl_matrix_alloc(3,3);
...
this_is_my_function (??m??);
...
}

void this_is_my_function (??m1??)
{
...
return();
}


-- 
KollĂĄnyi Tibor
egyetemi tanĂĄrsegĂŠd
Miskolci Egyetem SzerszĂĄmgĂŠpek TanszĂŠke
Miskolc-EgyetemvĂĄros
3515
tel.:+36 46 / 565 111 / 1915
            30 / 455 7717



More information about the Gsl-discuss mailing list