Definition at line 15 of file input_parser.h.
#include <input_parser.h>
|
| InputParser () |
|
template<class t_MatrixType , class t_VectorType > |
void | parseObjective (const t_MatrixType &H, const t_VectorType &h) |
|
template<class t_VectorTypelb , class t_VectorTypeub > |
void | parseSimpleBounds (const t_VectorTypelb &lb, const t_VectorTypeub &ub) |
|
template<class t_MatrixTypeA , class t_VectorTypelb , class t_VectorTypeub > |
void | parseGeneralConstraints (const t_MatrixTypeA &A, const t_VectorTypelb &lb, const t_VectorTypeub &ub) |
|
◆ InputParser()
qpmad::InputParser::InputParser |
( |
| ) |
|
|
inlineprotected |
◆ parseGeneralConstraints()
template<class t_MatrixTypeA , class t_VectorTypelb , class t_VectorTypeub >
void qpmad::InputParser::parseGeneralConstraints |
( |
const t_MatrixTypeA & |
A, |
|
|
const t_VectorTypelb & |
lb, |
|
|
const t_VectorTypeub & |
ub |
|
) |
| |
|
inlineprotected |
◆ parseObjective()
template<class t_MatrixType , class t_VectorType >
void qpmad::InputParser::parseObjective |
( |
const t_MatrixType & |
H, |
|
|
const t_VectorType & |
h |
|
) |
| |
|
inlineprotected |
◆ parseSimpleBounds()
template<class t_VectorTypelb , class t_VectorTypeub >
void qpmad::InputParser::parseSimpleBounds |
( |
const t_VectorTypelb & |
lb, |
|
|
const t_VectorTypeub & |
ub |
|
) |
| |
|
inlineprotected |
◆ h_size_
◆ num_general_constraints_
MatrixIndex qpmad::InputParser::num_general_constraints_ |
|
protected |
◆ num_simple_bounds_
◆ primal_size_
The documentation for this class was generated from the following file: