16 lines
278 B
C++
16 lines
278 B
C++
#include <cassert>
|
|
|
|
#include "GESpMatParPvPrecise.h"
|
|
|
|
using namespace MbD;
|
|
|
|
void MbD::GESpMatParPvPrecise::doPivoting(int p)
|
|
{
|
|
assert(false);
|
|
}
|
|
|
|
void MbD::GESpMatParPvPrecise::preSolvewithsaveOriginal(SpMatDsptr spMat, FColDsptr fullCol, bool saveOriginal)
|
|
{
|
|
assert(false);
|
|
}
|