#include "Math/Polynomial.h"
#include "Math/GSLMinimizer1D.h"
#include "Math/Functor.h"
#include <iostream>
Go to the source code of this file.
Functions | |
void | testMinimization1D () |
int | main () |
int main | ( | void | ) |
void testMinimization1D | ( | ) |
Definition at line 10 of file testMinimization1D.cxx.
References func(), ROOT::Math::Minim1D::kGOLDENSECTION, min, p, and ROOT::Math::ParamFunction< IPFType >::SetParameters().
Referenced by main().