refactor pimathvector.h

This commit is contained in:
2020-10-21 17:58:42 +03:00
parent 6789d068e3
commit 7b5555f63d
3 changed files with 272 additions and 107 deletions

View File

@@ -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);