[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] gsl_matrix_alloc_from_block() usability?
From: |
Alejandro Cámara Iglesias |
Subject: |
Re: [Help-gsl] gsl_matrix_alloc_from_block() usability? |
Date: |
Wed, 15 Sep 2010 10:15:02 +0200 |
I didn't think of the gsl_*_views for this purpose. I'll read about it.
Thanks a lot!
*Alejandro Cámara*
PhD Student at the GICO <http://www.ucm.es/info/giboucm/>
2010/9/11 Brian Gough <address@hidden>
> At Wed, 1 Sep 2010 00:18:40 +0200,
> Alejandro Cámara Iglesias wrote:
> >
> > 1. Am I cracking nuts with sledgehammers? or equivalently, do you
> think
> > there is any easier way to accomplish that?
>
> I'd suggest having 1 function which takes your object and returns a
> gsl_matrix_view, similar to gsl_matrix_view_array.
>
> > 2. Why is the gsl_matrix_alloc_from_block() function undocumented? Is
> it
> > stable? I've been browsing the code and I believe it is not used
> internally.
>
> It's deprecated and just kept for backwards compatibility. Using
> gsl_matrix_view is the preferred way to do things.
>
> --
> Brian Gough
>
>