Skip to content

Feature/newton print parameters

Michal Tóth requested to merge feature/newton-print-parameters into master

The goal is to have a way to check Newton parameters (aside of using a debugger).

(As Dune course has shown) Setting parameters is error prone, and typeTree provides no hint whether they correct, resp. used at all. Fixing that is not in foreseeable future, but having a tool to check them helps.

Merge request reports