[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-gsl] excluding numbers
From: |
Brian Gough |
Subject: |
Re: [Help-gsl] excluding numbers |
Date: |
Wed, 26 Nov 2003 10:32:06 +0000 |
Theodore Kypraios writes:
> - I have gsl_vector (gsl_vector * old) and I want to create another
> gsl_vector (gsl_vector * new) which will contain all the values of
> vector -old- excluding the values which are in the position defined by
> vector -ind-.
Vectors are assumed to be part of a vector space (fixed dimension), so
there are no routines that use vectors of different lengths.
You'll need to write your own routine in this case.
regards
--
Brian Gough