78 std::unique_ptr<Spline>
const opamp;
92 vmax(opamp[opamplength - 1].x),
93 opamp(new
Spline(opamp, opamplength)) {}
107 double solve(
double n,
double vi)
const;
double solve(double n, double vi) const
Definition: OpAmp.cpp:33
OpAmp(const Spline::Point opamp[], int opamplength, double Vddt)
Definition: OpAmp.h:88