|
From: | Jordi Gutiérrez Hermoso |
Subject: | Re: [Help-gsl] gsl_matrix_set() |
Date: | Fri, 20 Jul 2007 12:00:46 -0500 |
On 20/07/07, Gordan Bobic <address@hidden> wrote:
Is there a way to bypass gsl_matrix_set(),
Sure, do direct memory manipulation. The GSL manual clearly describes the gsl_matrix data structure and it's easy to manipulate it directly with pointers if you want to. Just watch out for those segfaults! ;-) - Jordi G. H.
[Prev in Thread] | Current Thread | [Next in Thread] |