chemmisol 0.1
|
Go to the source code of this file.
Classes | |
class | chemmisol::Newton< X, M, G > |
Namespaces | |
namespace | chemmisol |
Typedefs | |
template<typename X , typename M > | |
using | chemmisol::AbsoluteNewton = Newton< X, M, abs > |
Functions | |
template<typename T > | |
T | chemmisol::identity (const T &x) |
Implementation of the Newton-Raphson method.