首先科普下Pivoting的含义 一般翻译为“主元”,在对矩阵做某种算法时,首先进行的部分元素.在线性规划的单纯形法中常见.wiki的解释如下:Pivot element(the first element distinct from zero in a matrix in echelon form)The pivot or pivot element is the element of a matrix,which is selected first by an algorithm (e.g.…