Searched defs:fillRow (Results 1 – 2 of 2) sorted by relevance
139 void fillRow(unsigned row, int64_t value) { fillRow(row, T(value)); } in fillRow() function
252 void Matrix<T>::fillRow(unsigned row, const T &value) { in fillRow() function in Matrix