gsl_matrix_* question

Brian Gough bjg@network-theory.co.uk
Sun Jun 8 17:23:00 GMT 2003


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



More information about the Gsl-discuss mailing list