67 static const double EPSILON;
72 const double kVddt, vmin, vmax;
88 vmax(opamp[opamplength - 1].x),
89 opamp(new
Spline(opamp, opamplength)) {}
105 double solve(
double n,
double vi);
double solve(double n, double vi)
Definition: OpAmp.cpp:33
OpAmp(const Spline::Point opamp[], int opamplength, double kVddt)
Definition: OpAmp.h:84