![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Nonlinear root finder/solver in (proper) C++?
I am looking for a library that provides solving a system of nonlinear
equations, but would love to have a proper generic C++ library. Support for functors, etc. would be ideal. GSL provides a set of C interfaces, but it is tough to go back to passing arrays of function pointers and I have neither the time nor capability to wrap it myself. (not to mention the pesky license) For optimization libraries, I have found COIN-OR, which seems to be the place where many of the researchers work. Is there an equivalent standard place for algorithms like this using proper C++ design? (and if anyone knows of any nice, functor-based multidimensional interpolation libraries, that would be great as well). Thanks for your help, Jesse -- [ See http://www.gotw.ca/resources/clcm.htm for info about ] [ comp.lang.c++.moderated. First time posters: Do this! ] |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|