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