Loading...
Searching...
No Matches
quadratic_problem.h
Go to the documentation of this file.
1
9#ifndef _CLASS_LINEAR_PROBLEM
10#define _CLASS_LINEAR_PROBLEM
11
12#include <Eigen/Core>
13
17
18namespace ndcurves {
19namespace optimization {
20
21template <typename Point, typename Numeric, bool Safe>
32
33template <typename Point, typename Numeric, bool Safe>
44} // namespace optimization
45} // namespace ndcurves
46#endif //_CLASS_LINEAR_PROBLEM
utils for defining optimization problems
integral_cost_flag
Definition integral_cost.h:20
quadratic_problem< Point, Numeric > generate_problem(const problem_definition< Point, Numeric > &pDef, const quadratic_variable< Numeric > &cost)
Definition quadratic_problem.h:22
Definition bernstein.h:20
bool isApprox(const T a, const T b, const T eps=1e-6)
Definition curve_abc.h:25
Definition quadratic_variable.h:25