|
From: | Gordan Bobic |
Subject: | Re: [Help-gsl] gsl_matrix_set() |
Date: | Fri, 20 Jul 2007 21:46:44 +0100 |
User-agent: | Thunderbird 2.0.0.5 (Windows/20070716) |
Jordi Gutiérrez Hermoso wrote:
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! ;-)
OK, found it.One thing that seems odd is that there appears to be no variant of the gsl_multifit* functions for floats. This seems bizzare since there are separate float functions for matrix and vector manipulations. Am I missing something?
Gordan
[Prev in Thread] | Current Thread | [Next in Thread] |