so it should then be:
Code:
double simplex(double (*func)(double[], double[], double[]), double start[],int n, double EPSILON, double scale, double Output, double Input)
??
if i want to pass the function three arrays of doubles?