xref: /OK3568_Linux_fs/buildroot/package/gsl/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_GSL
2	bool "gsl"
3	help
4	  The GNU Scientific Library (GSL) is a numerical library for
5	  C and C++ programmers. The library provides a wide range of
6	  mathematical routines such as random number generators,
7	  special functions and least-squares fitting. There are over
8	  1000 functions in total with an extensive test suite.
9
10	  http://www.gnu.org/software/gsl
11