Helper functions and structs. More...
Classes | |
| struct | base_callback |
| struct | history_callback |
| Store the history of results. More... | |
| struct | print_callback |
Functions | |
| template<typename Scalar, typename VectorType> | |
| void | createConstraintWiseView (const ProblemTpl< Scalar > &prob, typename math_types< Scalar >::VectorXs &input, std::vector< Eigen::Ref< VectorType > > &out) |
| template<typename Scalar> | |
| void | allocateMultipliersOrResiduals (const ProblemTpl< Scalar > &prob, typename math_types< Scalar >::VectorXs &data, typename math_types< Scalar >::VectorOfRef &out) |
| Allocate a set of multipliers (or residuals) for a given problem instance. | |
Helper functions and structs.
| void proxsuite::nlp::helpers::createConstraintWiseView | ( | const ProblemTpl< Scalar > & | prob, |
| typename math_types< Scalar >::VectorXs & | input, | ||
| std::vector< Eigen::Ref< VectorType > > & | out ) |
Definition at line 133 of file problem-base.hpp.
| void proxsuite::nlp::helpers::allocateMultipliersOrResiduals | ( | const ProblemTpl< Scalar > & | prob, |
| typename math_types< Scalar >::VectorXs & | data, | ||
| typename math_types< Scalar >::VectorOfRef & | out ) |
Allocate a set of multipliers (or residuals) for a given problem instance.
Definition at line 147 of file problem-base.hpp.