Files
solver/MbDCode/GEFullMatParPv.cpp
2023-06-03 13:51:16 -06:00

21 lines
325 B
C++

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