#include #include "GEFullMat.h" using namespace MbD; void MbD::GEFullMat::forwardEliminateWithPivot(int p) { assert(false); } void MbD::GEFullMat::backSubstituteIntoDU() { assert(false); } void MbD::GEFullMat::postSolve() { assert(false); } void MbD::GEFullMat::preSolvewithsaveOriginal(SpMatDsptr spMat, FColDsptr fullCol, bool saveOriginal) { assert(false); }