C+Function
C+Function技术资料下载专区,收录10,000份相关技术文档、开发源码、电路图纸等优质工程师资源,全部免费下载。
资源总数
10,000
C+Function 全部资料 10,000 份
matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,fl
matlab解线性方程组的源代码 function x=nagauss2(a,b,flag) % 用途:选列主元Gauss消去法解线性方程组ax=b % 格式:x=nagauss2(a,b,flag) a为系数矩阵,b为右端列向量,f...
2013-12-22
93
计算合流超线几何函数(confluent hypergeometric function)的matlab函数. 直接将对应值代入即可使用.经过mathematic计算后的值对比,完全一致.
计算合流超线几何函数(confluent hypergeometric function)的matlab函数. 直接将对应值代入即可使用.经过mathematic计算后的值对比,完全一致.
2016-09-03
138
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
The GNU Scientific Library (GSL) is a numerical library for C and C++ programmers.
2015-01-09
173