搜索资源列表
get_fft
- Convenient wrapper for the FFT algorithm.
boost_19937_wrapper
- A useful wrapper over the boost Mersenne Twister random number generator. It is implemented as a singleton such that the same instance can be used throughout a code by requesting the singleton instance. It also can return the host rng for boost funct
fft
- Nice C++ cross platform FFT wrapper for IntelMKL or IntelIPP or AMD_ACML or FFTW implementation. Allows as simple one-call usage, as plan-creation-execution usage.
Weight_LS
- 加权最小二乘法.用matlab实现加权最小二乘法,采用封装函数的形式编写,易于使用。-Weighted least squares method. Using matlab realize the weighted least squares method, in the form of wrapper function written, easy to use.
gmp-6.1.0
- GMP 大数库是 GNU 项目的一部分,诞生于 1991 年。作为一个任意精度的大整数运算库,它包括了任意精度的整数、浮点数的各种基本运算操作。它是一个 C 语言的库,但是官方提供了 C++ 的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。 GMP 库的运行速度非常快,它的官方网站上称自己为地球上最快的大数库,但是 GMP 库所提供的只是数学运算功能,并没有密码学相关的高级功能。 -GMP large numbers library is part of the GNU pr
alglib-3.10.0.cpython.gpl
- CPython wrapper for C++ version 编写的数值分析和数值处理的工具箱。可解决问题:神经网络,最优化,插值和线性/非线性最小二乘拟合,等。 -using CPython wrapper for C++ version,cross-platform numerical analysis and data processing library. It can solve these problems,neural networks,Optimization,•
alglib-3.10.0.ipython.gpl
- IronPython wrapper for C++ version 编写的数值分析和数值处理的工具箱。可解决问题:神经网络,最优化,插值和线性/非线性最小二乘拟合,等。-using IronPython wrapper for C++ version, cross-platform numerical analysis and data processing library. It can solve these problems,neural networks,Optimization,
