public FuncAnonymousInnerClass4(ScalarFirstOrderDifferentiator outerInstance, System.Func <double, double> function, System.Func <double, 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; }
public FuncAnonymousInnerClass(ScalarFirstOrderDifferentiator outerInstance, System.Func <double, double> function) { this.outerInstance = outerInstance; this.function = function; }