Help with


DancingWind
01-15-2006, 03:39 PM
Hello everyone, I have homework to do on nonlinear eqation system sloving using quasi-newton method (its 9.7, the golobaly convergent newtons methods modification) and I have but one question:
How do you implement a "vector of functions"??? as in
(*vecfunc)(int, float [], float [])
could someone give me the routine codes exapmle?
i'm not very good at programing i imagine how it must "look" but not how to implement it.