ROOT
ROOT project
Loading...
Searching...
No Matches
Variables
solver.hpp File Reference
#include <Eigen/Dense>
#include <iostream>
#include <memory>
#include "method.hpp"
#include "solver_def.hpp"
#include "stepper.hpp"
Include dependency graph for solver.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

constexpr double tol = 1e-6
 
constexpr int max_iters = 200
 

Variable Documentation

◆ max_iters

constexpr int max_iters = 200
constexpr

◆ tol

constexpr double tol = 1e-6
constexpr