test.c:73:8: error: conflicting types for ‘steepest_descent’
test.c:20:8: note: previous declaration of ‘steepest_descent’ was here
test.c:20:8: note: previous declaration of ‘steepest_descent’ was here
这个我以为是类型错误,其实是函数参数类型写错了,要多注意。