help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] what does xstride,ystride mean and how to set them?


From: Richard
Subject: [Help-gsl] what does xstride,ystride mean and how to set them?
Date: Fri, 17 Sep 2010 10:48:56 +0800
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.9) Gecko/20100825 Thunderbird/3.1.3

 Hi,
I want to use gsl_fit_linear function. But I am puzzled withe the parameters xstride and ystride.
Could anybody like to give some explanations ?
Thanks in advance.

Richard
PS. function signature :
int *gsl_fit_linear* (const double * x, const size_t xstride, const double * y, const size_t ystride, size_t n, double * c0, double * c1, double * cov00, double * cov01, double * cov11, double * sumsq)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]