What good libraries are there for solving a system of non-linear equations in C++?

后端 未结 8 1491
情书的邮戳
情书的邮戳 2021-02-06 01:12

In a C++ application I\'m coding, I need to solve a system of non-linear equations (N equations, N unknowns).

The systems I\'m solving will be rather sm

8条回答
  •  野的像风
    2021-02-06 02:15

    There is always GSL, but all the comments made in the other answers apply to this as well:

    http://www.gnu.org/software/gsl/manual/html_node/Multidimensional-Root_002dFinding.html#index-nonlinear-systems-of-equations_002c-solution-of-2426

提交回复
热议问题