[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: |
Brian Gough |
Subject: |
Re: [Help-gsl] gsl_matrix_alloc_from_block() usability? |
Date: |
Sat, 11 Sep 2010 09:06:55 +0100 |
User-agent: |
Wanderlust/2.15.6 (Almost Unreal) Emacs/23.2 Mule/6.0 (HANACHIRUSATO) |
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
- Re: [Help-gsl] gsl_matrix_alloc_from_block() usability?,
Brian Gough <=