zoukankan      html  css  js  c++  java
  • GSL GNU Scientific Library

    Introduction

    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 Polynomials
    Special Functions Vectors and Matrices
    Permutations Sorting
    BLAS Support Linear Algebra
    Eigensystems Fast Fourier Transforms
    Quadrature Random Numbers
    Quasi-Random Sequences Random Distributions
    Statistics Histograms
    N-Tuples Monte Carlo Integration
    Simulated Annealing Differential Equations
    Interpolation Numerical Differentiation
    Chebyshev Approximation Series Acceleration
    Discrete Hankel Transforms Root-Finding
    Minimization Least-Squares Fitting
    Physical Constants IEEE Floating-Point
    Discrete Wavelet Transforms Basis splines

    Unlike 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.

    form:http://www.gnu.org/software/gsl/
  • 相关阅读:
    算法-第四版-练习1.3.2解答
    彻底理解线索二叉树(转载)
    C/C++——C++中new与malloc的10点区别(转载)
    C语言中的struct和typedef struct(转载)
    C语言实现贪吃蛇
    C语言实现2048小游戏
    案例开发准备
    WordCount单词计数
    MapReduce原理与实现
    HDFS简介
  • 原文地址:https://www.cnblogs.com/wintergrass/p/2099446.html
Copyright © 2011-2022 走看看