Searched defs:rowVec (Results 1 – 3 of 3) sorted by relevance
44 preMultiplyWithRow(ArrayRef<DynamicAPInt> rowVec) const { in preMultiplyWithRow()
26 SmallVector<DynamicAPInt, 8> rowVec = in testColumnEchelonForm() local
305 void Matrix<T>::addToRow(unsigned row, ArrayRef<T> rowVec, const T &scale) { in addToRow() argument