Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3877705
By: marcusmae
Hello,
I'm building a managed wrapper for gsl_multifit_linear. Function
gsl_matrix_memcpy
is crushing, and at the moment I can't find why. I wonder, if there is
any implementation of gs
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3878076
By: jds2
Welcome to the sometimes odd world of the gsl source code. macros are used
to build many function names, including this one. gsl_matrix_memcpy is
constructed
in matrix/copy_source.c starting