dynare/mex/sources/k_order_perturbation
Sébastien Villemot c121aa14b1 Remove oo_.dr.{nstatic,npred,nboth,nfwrd,nspred,nsfwrd}
Replace them by equivalents in M_ (and an extra one: M_.dynamic).

IMPORTANT POINT: oo_.dr.npred used to count both purely backward and mixed/both
variables. This was the cause of lots of confusion. The new M_.npred only
counts purely backward variables.

We now have the following indentities:

M_.npred + M_.nboth + M_.nfwrd + M_.nstatic = M_.endo_nbr
M_.nspred = M_.npred + M_.nboth
M_.nsfwrd = M_.nfwrd + M_.nboth
M_.ndynamic = M_.npred + M_.nboth + M_.nfwrd
2012-11-16 20:05:13 +01:00
..
tests Convert files to Unix EOL 2012-06-08 19:10:19 +02:00
dynamic_abstract_class.cc Updated copyright notices 2011-02-04 17:27:33 +01:00
dynamic_abstract_class.hh k-order: added support for m-files, added tests and modified manual 2010-12-22 09:48:05 +01:00
dynamic_dll.cc Add MEXEXT define to build system, adapt relevant DLL and Windows packaging 2012-01-09 12:39:09 +01:00
dynamic_dll.hh Add MEXEXT define to build system, adapt relevant DLL and Windows packaging 2012-01-09 12:39:09 +01:00
dynamic_m.cc k-order perturbation: cosmetic change related to mxGetPr/mxGetData 2011-05-20 10:59:40 +02:00
dynamic_m.hh Update copyright notices 2012-06-08 18:22:34 +02:00
k_ord_dynare.cc adding possibility to pass derivative matrices to k_order_perturbation 2012-07-07 21:21:28 +02:00
k_ord_dynare.hh adding possibility to pass derivative matrices to k_order_perturbation 2012-07-07 21:21:28 +02:00
k_order_perturbation.cc Remove oo_.dr.{nstatic,npred,nboth,nfwrd,nspred,nsfwrd} 2012-11-16 20:05:13 +01:00