Lines Matching defs:row
46 unsigned row = appendExtraRow(); in appendExtraRow() local
69 void Matrix::swapRows(unsigned row, unsigned otherRow) { in swapRows()
83 for (unsigned row = 0; row < nRows; row++) in swapColumns() local
87 MutableArrayRef<int64_t> Matrix::getRow(unsigned row) { in getRow()
95 void Matrix::setRow(unsigned row, ArrayRef<int64_t> elems) { in setRow()
189 void Matrix::fillRow(unsigned row, int64_t value) { in fillRow()
205 for (unsigned row = 0, e = getNumRows(); row < e; ++row) in addToColumn() local
210 for (unsigned row = 0, e = getNumRows(); row < e; ++row) in negateColumn() local
214 void Matrix::negateRow(unsigned row) { in negateRow()
219 int64_t Matrix::normalizeRow(unsigned row, unsigned cols) { in normalizeRow()
223 int64_t Matrix::normalizeRow(unsigned row) { in normalizeRow()
244 for (unsigned row = 0, e = getNumRows(); row < e; row++) in postMultiplyWithColumn() local
251 for (unsigned row = 0; row < nRows; ++row) { in print() local