dynare/mex/sources/block_trust_region
Sébastien Villemot 16eabbbc4e
block_trust_region MEX: improve treatment of non-square blocks in Dulmage-Mendelsohn decomposition
– before erroring out, check whether the residuals for the block are already
  zero (in which case, move to next block)
– improve error message that is printed otherwise

Note that trying to solve under-determined blocks (as in dynare_solve.m) would
require too many changes in the existing code, so let’s leave it out.

Closes: #1851
2022-07-22 12:43:38 +02:00
..
test Add new block_trust_region MEX 2019-12-03 16:17:16 +01:00
dulmage_mendelsohn.f08 Use secure URL for link to GNU licenses 2021-06-09 17:35:05 +02:00
matlab_fcn_closure.F08 block_trust_region MEX: first part of handling complex values returned by solved function 2022-03-21 18:55:42 +01:00
mexFunction.f08 block_trust_region MEX: improve treatment of non-square blocks in Dulmage-Mendelsohn decomposition 2022-07-22 12:43:38 +02:00
trust_region.f08 Revert update if residuals or jacobian have NaNs (block_trust_region). 2022-03-25 19:42:40 +01:00