26#ifndef dftefeBisectionSolver_h
27#define dftefeBisectionSolver_h
35 namespace linearAlgebra
63 template <
typename ValueType>
Interface a class must implement to have its root found by BisectionSolver. Unlike NewtonRaphsonSolve...
Definition: BisectionSolverFunction.h:45
A class that implements the bisection method to find the root of a function, given an interval known ...
Definition: BisectionSolver.h:65
~BisectionSolver()=default
Default Destructor.
bool d_isSolved
Definition: BisectionSolver.h:93
size_type d_maxIter
Definition: BisectionSolver.h:91
double d_tolerance
Definition: BisectionSolver.h:92
BisectionError solve(BisectionSolverFunction< ValueType > &bisectionSolverFunction)
Function that initiates the bisection solve.
Definition: BisectionSolver.t.cpp:44
dealii includes
Definition: AtomFieldDataSpherical.cpp:31
std::uint64_t size_type
Definition: TypeConfig.h:9
Definition: LinearAlgebraTypes.h:175