Hi everyone,
As agreed by Ondra, Dynare++ has been incorporated as a subdirectory of Dynare SVN.
It is therefore now accessible at: https://www.dynare.org/svn/dynare/trunk/dynare++
The old Dynare++ SVN repository (https://www.dynare.org/svn/dynare++) is still accessible, but only for read access.
Best,
Thanks Sebastien
1) Shall I then make the changes to its sylv library GeneralMatrix as per my earlier email (enclosed) so that it can be used for kalman C++ and then integrated into the new estimation's k-order based solver too?
2) Eventually, the make-files for kalman may be changed too to refer to Dynare++ sylv and kalman sylv library subdirectory probably removed. This is not necessary but may be advantageous as a reduction of duplication.
Shall I do the (1) at the time. when I need to start integration with estimation? The (2) is neither urgent nor necessary but can be done at a similar time if we want it done.
Best regards
George
----- Original Message ----- From: "Sébastien Villemot" sebastien.villemot@ens.fr To: dev@dynare.org; "Ondra Kamenik" ondra.kamenik@gmail.com Sent: Tuesday, September 08, 2009 2:56 PM Subject: [DynareDev] Dynare++ change
Hi everyone,
As agreed by Ondra, Dynare++ has been incorporated as a subdirectory of Dynare SVN.
It is therefore now accessible at: https://www.dynare.org/svn/dynare/trunk/dynare++
The old Dynare++ SVN repository (https://www.dynare.org/svn/dynare++) is still accessible, but only for read access.
Best,
Le mardi 08 septembre 2009 à 15:59 +0100, G. Perendia a écrit :
- Shall I then make the changes to its sylv library GeneralMatrix as per my
earlier email (enclosed) so that it can be used for kalman C++ and then integrated into the new estimation's k-order based solver too?
The idea is to keep only one source tree of dynare++. So the sylv/ subdirectory should disappear. The idea is to merge your changes in the main dynare++ tree, but without breaking the compilation of the standalone dynare++ binary, so go ahead with it. If necessary, use #ifdefs to enclose your specific changes.
- Eventually, the make-files for kalman may be changed too to refer to
Dynare++ sylv and kalman sylv library subdirectory probably removed. This is not necessary but may be advantageous as a reduction of duplication.
Yes, indeed, the kalman/sylv dir should be removed once you merge your changes into the main dynare++ tree.
I am going to create an appropriate build system which would build both dynare++ standalone and the MEX files which use parts of dynare++. Until I do that, you can use your own local Makefiles, using VPATH if necessary.
Best,