primatologist-gpl  5.1.2
wolfe.h
Go to the documentation of this file.
1 /* Copyright (C) 2000-2013 CEA
2  *
3  * This software and supporting documentation were developed by
4  * bioPICSEL
5  * CEA/DSV/I²BM/MIRCen/LMN, Batiment 61,
6  * 18, route du Panorama
7  * 92265 Fontenay-aux-Roses
8  * France
9  */
10 
11 #ifndef PRIMATOLOGIST_OPTIMIZATION_WOLFE_H
12 #define PRIMATOLOGIST_OPTIMIZATION_WOLFE_H
13 
14 // WolfeLineSearch is a templated object whose template can take numerous
15 // values. It should be used entirely inline.
16 // This header thus includes both declarations and definitions.
17 #include <primatologist/optimization/wolfe_decl.h> // Declarations
18 #include <primatologist/optimization/wolfe_d.h> // Definitions
19 
20 #endif // PRIMATOLOGIST_OPTIMIZATION_WOLFE_H