Searched refs:insertRow (Results 1 – 3 of 3) sorted by relevance
107 void insertRow(unsigned pos);
160 mat.insertRow(5); in TEST()
158 void Matrix::insertRow(unsigned pos) { insertRows(pos, 1); } in insertRow() function in Matrix