Commit Graph

55 Commits (90adfc591818b8a0fb9ca651f0ca77faa58dc625)

Author SHA1 Message Date
Houtan Bastani 47ca9b628d replace deprecated Matlab function isstr with ischar 2010-09-27 16:05:52 +02:00
Houtan Bastani 1b05a5f276 SWZ: remove instances of mexErrMsgTxt 2010-09-23 10:43:58 +02:00
Houtan Bastani 18c9479176 SWZ: include in build system 2010-09-01 11:15:42 +02:00
Houtan Bastani 137c4cf6b1 SWZ: make comments conform to ansi C standard 2010-09-01 11:15:28 +02:00
Houtan Bastani 60a3c2cad4 SWZ: replace tabs with spaces 2010-09-01 11:07:32 +02:00
Houtan Bastani 8b782e7b00 SWZ: replace matrix.h with swzmatrix.h 2010-09-01 11:04:49 +02:00
Houtan Bastani 8cf788af44 SWZ: replace fprintf(stderr, with swz_fprintf_err( 2010-09-01 11:03:52 +02:00
Houtan Bastani 94217de476 SWZ: replace exit with swzExit 2010-09-01 11:03:31 +02:00
Houtan Bastani 820aca6683 SWZ: replace free with swzFree 2010-09-01 11:03:09 +02:00
Houtan Bastani 12993a8108 SWZ: replace malloc with swzMalloc 2010-09-01 11:01:00 +02:00
Houtan Bastani 3bbfc05634 SWZ: Change file ending type to unix 2010-09-01 11:00:44 +02:00
Houtan Bastani a5ed818758 SWZ: remove extra whitespace 2010-09-01 11:00:30 +02:00
Houtan Bastani 248cc388af SWZ: diffed and patched updated files from Dan 2010-09-01 10:45:55 +02:00
Houtan Bastani 7808df0935 SWZ: original forecast.c, dw_histogram.c and dw_histogram.h from Dan 2010-08-30 17:32:43 +02:00
Michel Juillard d66eb3c6ae SWZ: bug correction for attaching Markov Chains to some equations only 2010-08-25 20:53:06 +02:00
Sébastien Villemot a8fddd68ff SWZ DLL: fix calls to Lapack routines for cross-platform compatibility 2010-08-13 18:50:22 +02:00
Michel Juillard d6fdf8fc7f SWZ: added code for generating Markov Chain priors for more than 2 states 2010-08-09 11:13:36 +02:00
Michel Juillard a0dc2ce4ee SWZ: purging all intermediary files at the beginning of SWZ processing 2010-07-31 11:22:59 +02:00
Michel Juillard 201227ee0c SWZ: added missing fclose() occurrences 2010-07-31 11:20:13 +02:00
Michel Juillard 15bd597f75 SWZ: adding missing fclose() 2010-07-30 23:08:00 +02:00
Michel Juillard 6b8dd7b89b SWZ bug correction 2010-07-30 15:32:17 +02:00
Michel Juillard 42310f3825 swz: change default to use mex functions 2010-07-12 20:51:24 +02:00
Houtan Bastani ffaee8d4e9 SWZ: GPL copyright on code written by Dynare Team 2010-07-06 17:30:55 +02:00
Houtan Bastani e4de5c21a8 SWZ: misc code cleanup 2010-07-06 13:01:04 +02:00
Houtan Bastani 1868cd7943 SWZ: replace exit with swzExit 2010-07-06 12:19:17 +02:00
Houtan Bastani 7aeb61b0f8 SWZ: replace free with swzFree 2010-07-05 19:27:45 +02:00
Houtan Bastani bf38d85c04 SWZ: replace realloc with swzRealloc 2010-07-05 19:27:35 +02:00
Houtan Bastani 571f430085 SWZ: replace calloc with swzCalloc 2010-07-05 19:27:21 +02:00
Houtan Bastani 08f2b2b5c4 SWZ: replace malloc with swzMalloc 2010-07-05 18:40:19 +02:00
Sébastien Villemot 9318856a4e SWZ: finalize build system for MEX by adding a test for GSL 2010-06-01 15:33:45 +02:00
Sébastien Villemot 53443fbd01 SWZ: modification for Octave, whose 'mexPrintf' has 'void' return type 2010-06-01 15:23:16 +02:00
Houtan Bastani 359b90d4fc use __APPLE__ as opposed to passing a MACOSX flag via make 2010-06-01 14:08:00 +02:00
Houtan Bastani aa625cc046 produce consistent output 2010-06-01 11:18:56 +02:00
Houtan Bastani 762e703692 Allow the user to pass a constant seed 2010-06-01 11:18:55 +02:00
Houtan Bastani 478cfee0e4 modified sz_prd to work both with standalone files and with mex 2010-06-01 11:18:55 +02:00
Houtan Bastani 72ea2cc07c when printing to stdout, use printf and return val 2010-06-01 11:18:55 +02:00
Houtan Bastani 358640ba4f Mex files / modifications for mex 2010-06-01 11:18:55 +02:00
Houtan Bastani 601c087baa conform to ANSI-C (C90) standard (for -ansi flag under Linux) 2010-06-01 11:18:55 +02:00
Houtan Bastani 341e6a2924 remove trailing whitespace and replace tabs with spaces 2010-06-01 11:18:55 +02:00
Houtan Bastani bd626b07f9 replace DOS ending with UNIX, 2010-06-01 11:18:55 +02:00
Houtan Bastani d265fcba2d if FILE * is stdout, replace fprintf(FILE *, with printf 2010-06-01 11:18:54 +02:00
Houtan Bastani 1bc7bf7fbb make blas and lapack functions work with matlab 2010-06-01 11:18:54 +02:00
Houtan Bastani 14a081c0f5 add swz_fprintf_err to handle printing to stderr 2010-06-01 11:18:54 +02:00
Houtan Bastani c955ae6242 replace 'fprintf(stdout,' with 'printf(' 2010-06-01 11:18:54 +02:00
Houtan Bastani 49cfafce92 prepare modifications for mex 2010-06-01 11:18:54 +02:00
Houtan Bastani 24e5ef8404 moved matrix.h to swzmatrix.h because of conflict with matrix.h provided by Matlab 2010-06-01 11:18:54 +02:00
Houtan Bastani ac0f324d6f build swz standalone executables only against gsl 2010-06-01 11:18:54 +02:00
Michel Juillard c1b3627896 correction swz/c-code/Makefile: sbvar_estimation was left from a previous experiment
correcting swz/bin/.gitignore
2010-04-03 07:50:48 +02:00
Michel Juillard 6d4b0ecab7 SWZ:
- reverting part of last change to handling of Qi and Ri in ComputingTasks.cc: r is the number of lags present in the restrictions
- fixing handling of Dirichlet option in mhm_input.dat. This fixes the strange Signal messages when running C executables.
- fix path in test_upper_cholesky.mod
2010-03-15 12:03:37 +01:00
Michel Juillard 890a7b8f0a SWZ: removed reference to old function 2010-03-15 10:10:22 +01:00