strange.. I used the Debian package manager to install gretl and have version 1.9.2 can I just take the declaration of the function as per the API web page and add it to ?
On Thursday, December 20, 2012 at 2:44 PM, "Allin Cottrell" wrote:On Thu, 20 Dec 2012, jean.p(a)hushmail.com wrote: > many thanks for the quick reply Allin. > I have / had included but when compilation failed I realized that > kalman_smooth was not declared in this header But it is declared in the header, kalman.h. What version of the library are you using? Allin Cottrell > On Thursday, December 20, 2012 at 2:16 PM, "Allin Cottrell" wrote:On > Thu, 20 Dec 2012, jean.p(a)hushmail.com wrote: > >> just a couple of quick questions regarding the gretl API: *trying to >> use the kalman_smooth function in c++ code, I realized that this >> function is not declared in the header file. Is it declared > somewhere >> else? *in order to ensure smooth (no pun intended) compilation / >> linkage, is this function part of the library > /usr/lib/libgretl-1.0.so > > You need to > > #include > > See > http://gretl.sourceforge.net/API/new/gretl/gretl-Kalman.html _______________________________________________ Gretl-users mailing list Gretl-users(a)lists.wfu.edu http://lists.wfu.edu/mailman/listinfo/gretl-usersstrange.. I used the Debian package manager to install gretl and have version 1.9.2
can I just take the declaration of the function as per the API web page and add it to <kalman.h > ?
On Thursday, December 20, 2012 at 2:44 PM, "Allin Cottrell" <[email protected]> wrote:
On Thursday, December 20, 2012 at 2:44 PM, "Allin Cottrell" <[email protected]> wrote:
On Thu, 20 Dec 2012, [email protected] wrote:
> many thanks for the quick reply Allin.
> I have / had included but when compilation failed I realized that
> kalman_smooth was not declared in this header
But it is declared in the header, kalman.h. What version of
the library are you using?
Allin Cottrell
> On Thursday, December 20, 2012 at 2:16 PM, "Allin Cottrell" wrote:On
> Thu, 20 Dec 2012, [email protected] wrote:
>
>> just a couple of quick questions regarding the gretl API: *trying to
>> use the kalman_smooth function in c++ code, I realized that this
>> function is not declared in the header file. Is it declared
> somewhere
>> else? *in order to ensure smooth (no pun intended) compilation /
>> linkage, is this function part of the library
> /usr/lib/libgretl-1.0.so
>
> You need to
>
> #include
>
> See
> http://gretl.sourceforge.net/API/new/gretl/gretl-Kalman.html
_______________________________________________
Gretl-users mailing list
[email protected]
http://lists.wfu.edu/mailman/listinfo/gretl-users
