The quasi-Newton BFGS method. More...
#include "Opt.h"#include "../../ads/tensor/SquareMatrix.h"#include "TensorTypes.h"#include "../array/FixedArray.h"#include "../../third-party/loki/static_check.h"#include <iosfwd>#include <algorithm>#include <functional>#include <numeric>#include <cassert>#include <cmath>#include "SquareMatrix.ipp"#include "../defs.h"#include "../../ads/array/FixedArray.h"#include "Point.ipp"Go to the source code of this file.
Classes | |
| class | QuasiNewton< N, Function, T, Point > |
| The quasi-Newton BFGS method. More... | |
The quasi-Newton BFGS method.
1.6.3