At Mon, 9 May 2011 19:08:06 +0000,
Dominique Guillot wrote:
> Is it possible to copy blocks of the original matrix into a new matrix ? How 
> would you do that ?  

You can create a submatrix view and use gsl_matrix_memcpy.  Note that
memcpy functions don't work with overlapping regions so it is only
valid for copying to a new matrix.

_______________________________________________
Help-gsl mailing list
Help-gsl@gnu.org
https://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to