refactor pimathvector.h
This commit is contained in:
@@ -1227,7 +1227,7 @@ public:
|
||||
++crow;
|
||||
smat.swapRows(i, crow);
|
||||
mtmp.swapRows(i, crow);
|
||||
if (sv != 0) sv->swap(i, crow);
|
||||
if (sv != 0) sv->swapElements(i, crow);
|
||||
}
|
||||
for (uint j = i + 1; j < _V2D::rows_; ++j) {
|
||||
mul = smat.element(i, j) / smat.element(i, i);
|
||||
|
||||
Reference in New Issue
Block a user