Basic Newton-Raphson minimizer. More...
#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <unsupported/Eigen/NumericalDiff>
#include <iostream>
Go to the source code of this file.
Data Structures | |
struct | Scine::Molassembler::Temple::NewtonRaphson< FloatType > |
A very basic newton-raphson minimizer. More... | |
struct | Scine::Molassembler::Temple::NewtonRaphson< FloatType >::OptimizationReturnType |
Type returned from an optimization. More... | |
Namespaces | |
Scine::Molassembler | |
Central library namespace. | |
Scine::Molassembler::Temple | |
Template shorthands, optimizers and constexpr data types. | |
Basic Newton-Raphson minimizer.