runVelIC
This commit is contained in:
@@ -1,17 +1,3 @@
|
||||
#include "MatrixGaussElimination.h"
|
||||
|
||||
using namespace MbD;
|
||||
|
||||
FColDsptr MbD::MatrixGaussElimination::basicSolvewithsaveOriginal(SpMatDsptr spMat, FColDsptr fullCol, bool saveOriginal)
|
||||
{
|
||||
this->preSolvewithsaveOriginal(spMat, fullCol, saveOriginal);
|
||||
for (int p = 0; p < m; p++)
|
||||
{
|
||||
this->doPivoting(p);
|
||||
this->forwardEliminateWithPivot(p);
|
||||
}
|
||||
|
||||
this->backSubstituteIntoDU();
|
||||
this->postSolve();
|
||||
return answerX;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user