Home
last modified time | relevance | path

Searched refs:buildProblem (Results 1 – 3 of 3) sorted by relevance

/external/eigen/doc/special_examples/
DTutorial_sparse_example.cpp7 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n);
20 buildProblem(coefficients, b, n); in main()
DTutorial_sparse_example_details.cpp19 void buildProblem(std::vector<T>& coefficients, Eigen::VectorXd& b, int n) in buildProblem() function
/external/eigen/doc/
DTutorialSparse.dox99 … 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…