Hi
I'm wondering what the preferred way of concatenating matrices vertically is with GSLL? I can't seem to find any references to any built-in function which does this, and what seems like the best way using C gsl:
http://www.mail-archive.com/help-gsl@gnu.org/msg00233.html
requires gsl_matrix_submatrix, which doesn't seem to be included in gsll. Obviously it's not hard to write a pair of loops for this task in general, but I was wondering if there was a smart way already that I have missed?
Cheers,
Malcolm
I don't know of an easy way to do that in GSLL. I skipped implementing matrix views in GSLL but it might be possible to implement them, it's just not easy.
Liam
On Sun, Aug 2, 2009 at 2:08 PM, Malcolm Reynoldsmalcolm.reynolds@gmail.com wrote:
Hi
I'm wondering what the preferred way of concatenating matrices vertically is with GSLL? I can't seem to find any references to any built-in function which does this, and what seems like the best way using C gsl:
http://www.mail-archive.com/help-gsl@gnu.org/msg00233.html
requires gsl_matrix_submatrix, which doesn't seem to be included in gsll. Obviously it's not hard to write a pair of loops for this task in general, but I was wondering if there was a smart way already that I have missed?
Cheers,
Malcolm
Gsll-devel mailing list Gsll-devel@common-lisp.net http://common-lisp.net/cgi-bin/mailman/listinfo/gsll-devel