Beispiel #1
0
 public Problem1()
 {
     FirstDerivative  = new SimpleFunctionKeeper(FirstDerivativeFunc);
     SecondDerivative = new SimpleFunctionKeeper(SecondDerivativeFunc);
 }
Beispiel #2
0
 public Problem3()
 {
     FirstDerivative  = new SimpleFunctionKeeper(MyFunc1);
     SecondDerivative = new SimpleFunctionKeeper(MyFunc2);
 }