21 lines
322 B
C++
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);
|
|
}
|