help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-gsl] A gsl_vector of pointers?


From: G1ul10
Subject: Re: [Help-gsl] A gsl_vector of pointers?
Date: Wed, 23 Mar 2005 09:22:26 +0100

I don't know if this can help, but if your doubles are contigous in
memory you can use

gsl_vector_view_array

to obtain a "temporary" structure (no memory is allocated) which
cotains a "vector" component of type gsl_vector. You can
use this component to access the original elements of the array.

Best,
        Giulio.

Attachment: pgpnyoRcTTROQ.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]