41 static const double EPSILON;
46 const double Vddt, vmin, vmax;
60 OpAmp(
const double opamp[][2],
int opamplength,
double Vddt) :
64 vmax(opamp[opamplength - 1][0]),
65 opamp(new
Spline(opamp, opamplength)) {}
67 ~
OpAmp() {
delete opamp; }
81 double solve(
double n,
double vi);
OpAmp(const double opamp[][2], int opamplength, double Vddt)
Definition: OpAmp.h:60
double solve(double n, double vi)
Definition: OpAmp.cpp:31