搜索资源列表
C++_Best_Math_Library
- 该文件为c++的数学函数库!是一个非常有用的编程工具.它含有各种数学函数,为科学计算、工程应用等程序编写提供方便!-the document to the c Math Library! It is a very useful programming tools. It contains a variety of mathematical functions, for science, engineering application procedures for the preparation
longgekutafa
- 龙格库塔方法 一种用于数学计算的算法 希望对大家有帮助-Runge - Kutta method for a mathematical calculation algorithm hope to be helpful
blitz-0.9
- 著名的数学计算类库,功能强大,结果可靠。速度可以与fortan媲美了
gpumathlib_0.1.tar
- 这是在GPU上进行高速数字计算的数学库函数,以实现通用GPU计算
数学计算库
- 通用的c语言数学计算库。
gmp-4.3.0
- GMP是计算任意精度的数学库, 包括支持整数,有理数和浮点. GMP包括大量的接口函数.-GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by
Ruk4
- 四阶龙格库达法求解微分方程组,数学计算常用的工具方法-Fourth-order Runge Treasury method of differential equations, mathematical tools commonly used method of calculation
SpecialFunction
- 数学特殊函数算法库,主要用于统计计算-math s special function algrorithm
Numerical_Recipes_in_C.The_Art_of_Scientific_Compu
- 《数值分析方法库 》本书选材内容丰富,包括了当代科学计算过程中涉及的大量内容:求特殊函数值、随机数、排序、最优化、快速傅里叶变换、谱分析、小波变换、统计描述和数据建模、偏微分议程数值解、若乾编码算法和任意精度计算等。本书科学性和实用性统一,不仅对每种算法进行了数学分析和比较,而且根据作者经验对算法给出了评论和建议,并在此基础上提供了用C++语言编写的实用程序。-《Numerical Recipes in C: The Art of Scientific Computing》, The pro
blitz-0.5beta3.tar
- blitz库 实现各种强大数学计算 非常实用-blitz to achieve a variety of powerful math library is very useful
light-dark.tar
- 数学计算程序库,用来处理矩阵,随机数,傅里叶变换及有限元-Math library to handle the matrix, random number, Fourier transform and finite element
GslComplex
- 利用gsl数学库计算FFT的类,还包含自己写的二维数组类为基类-using gsl compute FFT
LAPACK_Users_Guide-djvu-version
- 著名数学计算软件库LAPACK的官方说明文档,DJVU电子书版本。-The famous mathematical computing software library LAPACK official documentation, DJVU eBook.
gsl-1.15.tar
- GNU Scientific Library (GSL) 是一个用于科学计算的 C 语言类库。有超过1000个函数。 该类库提供了关于数学计算的很多方面,包括: Complex Numbers Roots of Polynomials Special Functions Vectors and Matrices Permutations Sorting BLAS Support Linear Algebra Eigensystems Fast Fourier
gmp-5.1.3
- GMP:GMP大数库是GNU项目的一部分,诞生于1991年。作为一个任意精度的大整数运算库,它包括了任意精度的带符号整数、有理数、浮点数的各种基本运算操作。它是一个c语言的库,但是官方提供了c++的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。GMP库的运行速度非常快的,它的官方网站上称自己为地球上最快的大数库,但是GMP库所提供的只是数学运算功能,并没有密码学相关的高级功能。-Large integer arithmetic library
Runge_Kutta
- 龙格-库塔(Runge-Kutta)方法是一种在工程上应用广泛的高精度单步算法。由于此算法精度高,采取措施对误差进行抑制,所以其实现原理也较复杂。该算法是构建在数学支持的基础之上的。数值计算中经常用到,四阶龙格库塔经常被称为“RK4”或者就是“龙格库塔法”。-Runge- Kutta (Runge-Kutta) method is a widely used in engineering high-precision single-step algorithm. Due to the high
ViennaMath
- 学院派的完全C++模板化的数学计算库,主要用来进行学术研究,及展示C++模板库的各种高深用法-Academic completely templated C++ math library, mainly used for academic research, and demonstrate a variety of C++ template library advanced usage
GNUScientificLibrary
- GNU Scientific Library (GSL)是一个开源的科学计算的函数库,里面有大量的数学计算函数,非常强大。-GNU Scientific Library (GSL) is a scientific computing library of open source, there are a lot of mathematical functions, very powerful.
gmp-6.1.0
- GMP 大数库是 GNU 项目的一部分,诞生于 1991 年。作为一个任意精度的大整数运算库,它包括了任意精度的整数、浮点数的各种基本运算操作。它是一个 C 语言的库,但是官方提供了 C++ 的包装类,主要的应用方向是密码学、网络安全、代数系统、计算科学等。 GMP 库的运行速度非常快,它的官方网站上称自己为地球上最快的大数库,但是 GMP 库所提供的只是数学运算功能,并没有密码学相关的高级功能。 -GMP large numbers library is part of the GNU pr