libnumerixpp  0.1.1
A Powerful C++ Library for High-Performance Numerical Computing
equations.hpp File Reference

Mathematics utils for equations. More...

Go to the source code of this file.

Namespaces

 mathematics
 Basic mathematics utils.
 
 mathematics::equations
 namespace for equation solving namespace
 

Functions

double mathematics::equations::successiveApproximationsFindingRoot (double(*f_eq)(double), double x0, int n)
 Function for solving equations by the method of successive approximations. More...
 
double mathematics::equations::f_eq (double x)
 Function f for determining the right side of solved equations. More...
 
double mathematics::equations::g_eq (double x)
 Function g for determining the right side of solved equations. More...
 
double mathematics::equations::h_eq (double x)
 Function h for determining the right side of solved equations. More...
 

Detailed Description

Mathematics utils for equations.

Authors
alxvdev