This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gsl_matrix_* question


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]