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