16 lines
200 B
C++
16 lines
200 B
C++
#include <cassert>
|
|
|
|
#include "GEFullMatFullPv.h"
|
|
|
|
using namespace MbD;
|
|
|
|
void MbD::GEFullMatFullPv::doPivoting(size_t p)
|
|
{
|
|
assert(false);
|
|
}
|
|
|
|
void MbD::GEFullMatFullPv::postSolve()
|
|
{
|
|
assert(false);
|
|
}
|