At Thu, 23 Jul 2009 12:19:49 -0400,
kamaraju kusumanchi wrote:
> 
>  The improved construction could be
> 
> Starting from the initial vector p_0, the algorithm constructs an
> additional n vectors p_i (i=1 through n) using the step size vector  s
> as follows
> 
>   p_0 = (x_0, x_1, ..., x_n)
>   p_1 = (x_0 + s_0, x_1, ..., x_n)
>   p_2 = (x_0, x_1 + s_1, ..., x_n)
>  ... = ...
>   p_n = (x_0, x_1, ..., x_n + s_n)
> 
> What do you guys think? 

Thanks for the suggestions, I've incorporated the new wording.

-- 
Brian Gough


_______________________________________________
Help-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gsl

Reply via email to