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