예제 #1
0
 public Problem1()
 {
     FirstDerivative  = new SimpleFunctionKeeper(FirstDerivativeFunc);
     SecondDerivative = new SimpleFunctionKeeper(SecondDerivativeFunc);
 }
예제 #2
0
파일: Problem3.cs 프로젝트: ShT3ch/CompExp
 public Problem3()
 {
     FirstDerivative  = new SimpleFunctionKeeper(MyFunc1);
     SecondDerivative = new SimpleFunctionKeeper(MyFunc2);
 }