![]() |
UtilsLite
Utilities for C++ programming
|
#include <iostream>
#include <sstream>
#include <string>
#include <algorithm>
#include <cmath>
#include "Utils.hh"
Go to the source code of this file.
Classes | |
class | Utils::AlgoHNewton_base_fun< Real > |
Abstract base class for defining mathematical functions used in the zero search algorithm. More... | |
class | Utils::AlgoHNewton< Real > |
Class for solving \( f(x)=0 \) without the usew of derivative. More... | |
Namespaces | |
namespace | Utils |
Macros | |
#define | UTILS_ALGO_HNEWTON_dot_HH |
#define UTILS_ALGO_HNEWTON_dot_HH |