dynare/mex/sources/block_trust_region
Sébastien Villemot 865ab47fa9
Provide block_trust_region MEX under solve_algo 13 and 14
- block trust region solver now available under solve_algo=13
  It is essentially the same as solve_algo=4, except that Jacobian by finite
  difference is not handled. A test file is added for that case
- block trust region solver with shortcut for equations that can be evaluated
  is now available under solve_algo=14 (in replacement of the pure-MATLAB solver)

Closes: Enterprise/dynare#3
2020-09-18 18:01:56 +02:00
..
test Add new block_trust_region MEX 2019-12-03 16:17:16 +01:00
dulmage_mendelsohn.f08 Block trust region MEX: use MATLAB’s dmperm for the Dulmage-Mendelsohn decomposition 2020-09-18 17:55:58 +02:00
matlab_fcn_closure.f08 Block trust region MEX: fix memory leak in MATLAB function closure 2020-09-18 17:55:58 +02:00
mexFunction.f08 Provide block_trust_region MEX under solve_algo 13 and 14 2020-09-18 18:01:56 +02:00
trust_region.f08 Add new block_trust_region MEX 2019-12-03 16:17:16 +01:00