您的位置:首页 > 其它

GSL - GNU Scientific Library

2014-09-28 23:44 246 查看
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers. It is free software under the GNU General Public License.
The library provides a wide range of mathematical routines such as random number generators, special functions and least-squares fitting. There are over 1000 functions in total with an extensive test suite.
The complete range of subject areas covered by the library includes,
Complex Numbers Roots of PolynomialsSpecial Functions Vectors and MatricesPermutations SortingBLAS Support Linear AlgebraEigensystems Fast Fourier TransformsQuadrature Random NumbersQuasi-Random Sequences Random DistributionsStatistics HistogramsN-Tuples Monte Carlo IntegrationSimulated Annealing Differential EquationsInterpolation Numerical DifferentiationChebyshev Approximation Series AccelerationDiscrete Hankel Transforms Root-FindingMinimization Least-Squares FittingPhysical Constants IEEE Floating-PointDiscrete Wavelet Transforms Basis splinesUnlike the licenses of proprietary numerical libraries the license of GSL does not restrict scientific cooperation. It allows you to share your programs freely with others.
The project website is : http://www.gnu.org/software/gsl/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: