version 0.4.1
Ikarus::NewtonRaphsonSettings Struct Reference

Settings for the Newton-Raphson solver.

#include <ikarus/solver/nonlinearsolver/newtonraphson.hh>

Public Attributes

double tol {1e-8}
 
int maxIter {20}
 

Member Data Documentation

◆ maxIter

int Ikarus::NewtonRaphsonSettings::maxIter {20}

◆ tol

double Ikarus::NewtonRaphsonSettings::tol {1e-8}

The documentation for this struct was generated from the following file: