Molassembler  3.0.0
Molecule graph and conformer library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
NewtonRaphson.h File Reference

Basic Newton-Raphson minimizer. More...

#include <Eigen/Core>
#include <Eigen/Eigenvalues>
#include <unsupported/Eigen/NumericalDiff>
#include <iostream>
Include dependency graph for NewtonRaphson.h:

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.
 

Detailed Description

Basic Newton-Raphson minimizer.