Home | History | Annotate | Download | only in eigen2

Lines Matching full:nonzerocoords

41  * \param zeroCoords and nonzeroCoords allows to get the coordinate lists of the non zero,
50 std::vector<Vector2i>* nonzeroCoords = 0)
74 if (nonzeroCoords)
75 nonzeroCoords->push_back(Vector2i(i,j));
93 std::vector<Vector2i>* nonzeroCoords = 0)
117 if (nonzeroCoords)
118 nonzeroCoords->push_back(Vector2i(i,j));
135 std::vector<int>* nonzeroCoords = 0)
145 if (nonzeroCoords)
146 nonzeroCoords->push_back(i);