Definition at line 54 of file fractionfreeLU.cpp.
55{
56
59 size_t pivot_row =
M->lead_row(
61
62 for (int i = lo; i <= hi; i++)
63 {
64 ring_elem a;
65 size_t r =
M->lead_row(i, a);
66 if (r == pivot_row)
67 {
68
69
72 M->column_op(i, a, pivotCol);
73 }
74
76
78 }
79}
References lastpivot, M, need_div, pivot, and R.
Referenced by calc().