public Problem1() { FirstDerivative = new SimpleFunctionKeeper(FirstDerivativeFunc); SecondDerivative = new SimpleFunctionKeeper(SecondDerivativeFunc); }
public Problem3() { FirstDerivative = new SimpleFunctionKeeper(MyFunc1); SecondDerivative = new SimpleFunctionKeeper(MyFunc2); }