Searched refs:buildProblem (Results 1 – 3 of 3) sorted by relevance
7 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n);20 buildProblem(coefficients, b, n); in main()
19 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n) in buildProblem() function
99 … vector) and the right hand side vector \f$ b \f$ which are filled by the \a buildProblem function.108 Describing the \a buildProblem and \a save functions is out of the scope of this tutorial. They are…