Searched refs:swapRowWithCol (Results 1 – 2 of 2) sorted by relevance
267 void swapRowWithCol(unsigned row, unsigned col);
185 void Simplex::swapRowWithCol(unsigned row, unsigned col) { in swapRowWithCol() function in mlir::Simplex225 swapRowWithCol(pivotRow, pivotCol); in pivot()