Sebastian Tannert writes: > Hello, > is the function: gsl_vector_alloc_from_vector > still future part of the GSL or depreciated. The function is deprecated (but will stay in the library until 2.0 for backwards compatibility). The gsl_vector_view object provides a better way to access/manipulate subvectors. best regards -- Brian Gough