NuTo
Numerics Tool
Functions | Variables
NewtonRaphsonBenchmark.cpp File Reference
#include <cmath>
#include <benchmark/benchmark.h>
#include "nuto/math/NewtonRaphson.h"

Functions

auto ValidProblem ()
 
void Check (double x)
 
 BENCHMARK (NuToAlgorithm)
 
 BENCHMARK (NuToWithLineSearch)
 
 BENCHMARK (Hardcode)
 
 BENCHMARK_MAIN ()
 

Variables

constexpr double tolerance = 1.e-10
 

Function Documentation

BENCHMARK ( NuToAlgorithm  )
BENCHMARK ( NuToWithLineSearch  )
BENCHMARK ( Hardcode  )
BENCHMARK_MAIN ( )
void Check ( double  x)
auto ValidProblem ( )

Variable Documentation

constexpr double tolerance = 1.e-10