qpmad
Eigen-based C++ QP solver.
|
This is the complete list of members for qpmad::FactorizationData, including all inherited members.
computeDualStepDirection(t_VectorType &step_direction, const ActiveSet &active_set) | qpmad::FactorizationData | inlineprivate |
computeEqualityPrimalStep(t_VectorType &step_direction, const MatrixIndex simple_bound_index, const MatrixIndex active_set_size) | qpmad::FactorizationData | inline |
computeEqualityPrimalStep(t_VectorType &step_direction, const t_RowVectorType &ctr, const MatrixIndex active_set_size) | qpmad::FactorizationData | inline |
computeInequalityDualStep(t_VectorType &dual_step_direction, const ChosenConstraint &chosen_ctr, const t_MatrixType &A, const ActiveSet &active_set) | qpmad::FactorizationData | inline |
computeInequalityPrimalStep(t_VectorType0 &primal_step_direction, const ActiveSet &active_set) | qpmad::FactorizationData | inline |
computePrimalStepDirection(t_VectorType &step_direction, const MatrixIndex active_set_size) | qpmad::FactorizationData | inlineprivate |
downdate(const MatrixIndex R_col_index, const MatrixIndex R_cols) | qpmad::FactorizationData | inline |
initialize(const t_MatrixType &H, const MatrixIndex primal_size) | qpmad::FactorizationData | inline |
length_nonzero_head_d_ | qpmad::FactorizationData | |
primal_size_ | qpmad::FactorizationData | |
QLi_aka_J | qpmad::FactorizationData | |
R | qpmad::FactorizationData | |
update(const MatrixIndex R_col, const bool is_simple, const double tolerance) | qpmad::FactorizationData | inline |
updateStepsAfterPartialStep(t_VectorType0 &primal_step_direction, t_VectorType1 &dual_step_direction, const ActiveSet &active_set) | qpmad::FactorizationData | inline |
updateStepsAfterPureDualStep(t_VectorType0 &primal_step_direction, t_VectorType1 &dual_step_direction, const ActiveSet &active_set) | qpmad::FactorizationData | inline |