Searched defs:addToRow (Results 1 – 2 of 2) sorted by relevance
143 void addToRow(unsigned sourceRow, unsigned targetRow, int64_t scale) { in addToRow() function
299 void Matrix<T>::addToRow(unsigned sourceRow, unsigned targetRow, in addToRow() function in Matrix 305 void Matrix<T>::addToRow(unsigned row, ArrayRef<T> rowVec, const T &scale) { in addToRow() function in Matrix