Example #1
0
 public FuncAnonymousInnerClass4(ScalarFieldFirstOrderDifferentiator outerInstance, System.Func <DoubleArray, double> function, System.Func <DoubleArray, bool> domain, double[] wFwd, double[] wCent, double[] wBack)
 {
     this.outerInstance = outerInstance;
     this.function      = function;
     this.domain        = domain;
     this.wFwd          = wFwd;
     this.wCent         = wCent;
     this.wBack         = wBack;
 }
Example #2
0
 public FuncAnonymousInnerClass(ScalarFieldFirstOrderDifferentiator outerInstance, System.Func <DoubleArray, double> function)
 {
     this.outerInstance = outerInstance;
     this.function      = function;
 }