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 <[email protected]> > 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 > > _______________________________________________ Help-gsl mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gsl
