Asier writes: > ¿Is there a quick way to 'slice' a matrix without an specific row or > column? > If you look at the definitions of gsl_matrix_view and gsl_vector_view you can create matrix and vector views which point at any area of memory. -- Brian