[Gsll-devel] Best way to concatenate matrices?
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 Reynolds<malcolm.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
participants (2)
-
Liam Healy
-
Malcolm Reynolds