runOndselPiston, runPiston execute correctly

This commit is contained in:
Aik-Siong Koh
2023-06-30 19:48:30 -06:00
parent c30ee64b89
commit cb27f2344b
154 changed files with 2786 additions and 1605 deletions

View File

@@ -7,7 +7,7 @@
using namespace MbD;
void MbD::GESpMatFullPvPosIC::preSolvewithsaveOriginal(SpMatDsptr spMat, FColDsptr fullCol, bool saveOriginal)
void GESpMatFullPvPosIC::preSolvewithsaveOriginal(SpMatDsptr spMat, FColDsptr fullCol, bool saveOriginal)
{
GESpMatFullPv::preSolvewithsaveOriginal(spMat, fullCol, saveOriginal);
if (system == nullptr) {
@@ -19,7 +19,7 @@ void MbD::GESpMatFullPvPosIC::preSolvewithsaveOriginal(SpMatDsptr spMat, FColDsp
pivotRowLimit = -1;
}
void MbD::GESpMatFullPvPosIC::doPivoting(int p)
void GESpMatFullPvPosIC::doPivoting(int p)
{
//"Used by Gauss Elimination only."
//"Swap rows but keep columns in place."