Skip to content
Snippets Groups Projects

Add interface to set Schur_vec_tol

Merged Johannes Pfeifer requested to merge JohannesPfeifer/preprocessor:schur_vec_tol into master
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
3310 3312 o_kalman_algo : KALMAN_ALGO EQUAL INT_NUMBER { driver.option_num("kalman_algo", $3); };
3311 3313 o_kalman_tol : KALMAN_TOL EQUAL non_negative_number { driver.option_num("kalman_tol", $3); };
3312 3314 o_diffuse_kalman_tol : DIFFUSE_KALMAN_TOL EQUAL non_negative_number { driver.option_num("diffuse_kalman_tol", $3); };
3315 o_Schur_vec_tol : SCHUR_VEC_TOL EQUAL non_negative_number { driver.option_num("Schur_vec_tol", $3); };
  • added 1 commit

    • 1def52a0 - Add interface to set schur_vec_tol

    Compare with previous version

  • @sebastien I fixed that and converted the option name in Dynare to lowercase as well

  • mentioned in commit 7f77c4df

  • Please register or sign in to reply
    Loading