[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] define various gsl_vector from column of a gsl_matrix
From: |
Rhys Ulerich |
Subject: |
Re: [Help-gsl] define various gsl_vector from column of a gsl_matrix |
Date: |
Thu, 20 Oct 2011 09:13:11 -0500 |
Hi Abraham,
> I try define a set of "m" gsl_vector from columns of a gsl_matrix...
>
> My code starting with :
> ...
I'm not entirely sure what you want to accomplish. Do you want views
of a matrices columns? If so, read
http://www.gnu.org/s/gsl/manual/html_node/Creating-row-and-column-views.html
to learn how to obtain a gsl_vector_view from a gsl_matrix column and
then http://www.gnu.org/s/gsl/manual/html_node/Vector-views.html for
how to manipulate such a view.
- Rhys