Files
solver/MbDCode/GEFullMatParPv.cpp
2023-06-11 07:15:20 -06:00

21 lines
322 B
C++

#include <cassert>
#include "GEFullMatParPv.h"
using namespace MbD;
void MbD::GEFullMatParPv::doPivoting(int p)
{
assert(false);
}
void MbD::GEFullMatParPv::postSolve()
{
assert(false);
}
void MbD::GEFullMatParPv::preSolvewithsaveOriginal(SpMatDsptr spMat, FColDsptr fullCol, bool saveOriginal)
{
assert(false);
}