yat  0.21pre
BFGS2.h
1 #ifndef theplu_yat_utility_bfgs2
2 #define theplu_yat_utility_bfgs2
3 
4 // $Id: BFGS2.h 4175 2022-06-01 05:45:10Z peter $
5 //
6 // Copyright (C) 2022 Peter Johansson
7 //
8 // This program is free software; you can redistribute it and/or modify
9 // it under the terms of the GNU General Public License as published by
10 // the Free Software Foundation; either version 3 of the License, or
11 // (at your option) any later version.
12 //
13 // This program is distributed in the hope that it will be useful, but
14 // WITHOUT ANY WARRANTY; without even the implied warranty of
15 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16 // General Public License for more details.
17 //
18 // You should have received a copy of the GNU General Public License
19 // along with this program. If not, see <https://www.gnu.org/licenses/>.
20 
21 #include "MultiMinimizerDerivative.h"
22 
23 namespace theplu {
24 namespace yat {
25 namespace utility {
26 
33  {
34  public:
38  BFGS2(size_t size);
39  };
40 
41 }}}
42 #endif
Definition: BFGS2.h:32
The Department of Theoretical Physics namespace as we define it.
Wrapper class around gsl_multimin_fdfminimizer in GSL.
Definition: MultiMinimizerDerivative.h:43

Generated on Wed Jan 25 2023 03:34:29 for yat by  doxygen 1.8.14