Files
solver/MbDCode/LDUSpMatParPvPrecise.h
Aik-Siong Koh 371b13a9e0 runVelIC
2023-06-18 01:06:39 -06:00

15 lines
193 B
C++

#pragma once
#include "LDUSpMatParPv.h"
namespace MbD {
class LDUSpMatParPvPrecise : public LDUSpMatParPv
{
//
public:
void doPivoting(int p) override;
};
}