Lines Matching refs:cells
315 row.cells.push_back(Cell(0, 0)); in LinearLeastSquaresProblem2()
316 row.cells.push_back(Cell(2, 1)); in LinearLeastSquaresProblem2()
328 row.cells.push_back(Cell(0, 2)); in LinearLeastSquaresProblem2()
329 row.cells.push_back(Cell(3, 3)); in LinearLeastSquaresProblem2()
341 row.cells.push_back(Cell(1, 4)); in LinearLeastSquaresProblem2()
342 row.cells.push_back(Cell(4, 5)); in LinearLeastSquaresProblem2()
354 row.cells.push_back(Cell(1, 6)); in LinearLeastSquaresProblem2()
355 row.cells.push_back(Cell(2, 7)); in LinearLeastSquaresProblem2()
367 row.cells.push_back(Cell(1, 8)); in LinearLeastSquaresProblem2()
368 row.cells.push_back(Cell(2, 9)); in LinearLeastSquaresProblem2()
381 row.cells.push_back(Cell(2, 10)); in LinearLeastSquaresProblem2()
382 row.cells.push_back(Cell(3, 11)); in LinearLeastSquaresProblem2()
383 row.cells.push_back(Cell(4, 12)); in LinearLeastSquaresProblem2()
447 row.cells.push_back(Cell(0, 0)); in LinearLeastSquaresProblem3()
457 row.cells.push_back(Cell(0, 1)); in LinearLeastSquaresProblem3()
467 row.cells.push_back(Cell(1, 2)); in LinearLeastSquaresProblem3()
477 row.cells.push_back(Cell(1, 3)); in LinearLeastSquaresProblem3()
487 row.cells.push_back(Cell(1, 4)); in LinearLeastSquaresProblem3()