Searched refs:insertCoefficient (Results 1 - 1 of 1) sorted by relevance

/external/eigen/doc/special_examples/
H A DTutorial_sparse_example_details.cpp8 void insertCoefficient(int id, int i, int j, double w, std::vector<T>& coeffs, function
28 insertCoefficient(id, i-1,j, -1, coefficients, b, boundary);
29 insertCoefficient(id, i+1,j, -1, coefficients, b, boundary);
30 insertCoefficient(id, i,j-1, -1, coefficients, b, boundary);
31 insertCoefficient(id, i,j+1, -1, coefficients, b, boundary);
32 insertCoefficient(id, i,j, 4, coefficients, b, boundary);

Completed in 142 milliseconds