搜索资源列表
Gauss-Newton-Orientation-Estimation
- HUMAN BODY TRACKING 的Lisp 程式碼檔案 -the Lisp code files
Numericalanalysiscalculationmethodscommonalgorithm
- 数值分析&计算方法常见算法C语言源代码,内容包括高斯消元,牛顿下山,雅克比迭代等常用数值算法!-Numerical analysis & calculation methods common algorithm C language source code, including Gauss, Newton down the mountain, such as Jacobian iterative numerical algorithm used!
C12
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格 -10 important algorithm C language source code: Lagrange, Newton' s interpolation, Gauss, 10 important Romberg algorithm C language source code: Lagrange, Newton' s interpolation, Gauss, Long Berg
math
- 高斯 牛顿 雅克比 三个人的方法解方程 源代码完整 可编译-Gauss-Newton Jacobian method to solve the equations of the three individuals complete source code can be compiled
calculation
- 典型数值计算方法。包括:经典四阶龙格库塔法、高斯列主元法、牛顿法、龙贝格、三次样条插值算法、M次多项式曲线拟合、二分法、不动点法、霍纳法、牛顿-拉弗森迭代等十项典型算法的算法流程及C源代码和例子。-Typical numerical calculation. Include: classical fourth order Runge-Kutta method, Gauss main-element method, Newton method, Romberg, cubic spline inte
Guass_Newton
- 高斯牛顿函数的最优化算法matlab源程序-Function by the Gauss-Newton optimization algorithm matlab source code
Atken-Gauss-Newton
- 艾肯特插值,高斯插值和牛顿插值法的matlab代码。上述三种方法均用于数值插值。-Ai Kente interpolation, the matlab code of the the Gaussian interpolation and the Newton interpolation law. The the above-mentioned three methods are used for the numerical interpolation.
matlab
- 用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、 gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。 -Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interp
BP.m
- BP神经网络代码,使用LM算法(高斯牛顿法的改进,具有很好的鲁棒性)-BP neural network code, use the LM algorithm (modified Gauss-Newton method has good robustness)
damping_Guass_Newton
- 阻尼高斯牛顿算法,解最小二乘问题的理论说明及源代码。用高斯牛顿法求方向,armijo线性搜索得到步长。-Damping Gauss-Newton algorithm, the theoretical descr iption of least squares problem solution and source code. Gauss-Newton method for direction, armijo linear search to get step.
wchy_agui
- 计算方法大作业源代码,实现了二分法,牛顿迭代法,高斯消去法,解三对角分解法,雅可比迭代法等10余个算法-Method to calculate the project source code, the realization of the dichotomy, Newton iterative method, gauss elimination, solving tridiagonal decomposition method, Jacobi iteration method and so on
lngl
- 10个重要的算法C语言实现源代码:拉格朗日,牛顿插值,高斯,龙贝格-10 important algorithms C language source code: Lagrange, Newton interpolation, Gauss, Romberg ~~
Numerical_Analysis_code
- 数值分析matlab代码,Gauss迭代,Jacobi迭代,SOR迭代,Newton迭代,符合Simpson,最佳平方逼近等-Numerical Analysis Code of Gauss-Seidel,Jacobi,SOR,Newton,Simpson
lmpar
- compute and store in x the gauss-newton direction. if the jacobian is rank-deficient, obtain a least squares solution Source Code for Linux v2.13.6. -compute and store in x the gauss-newton direction. if the jacobian is rank-deficient, obtain a le
GaussNewton
- gauss newton inversion code
FICA_DEMO
- 快速ICA的matlab m文件,是演示代码,可以直接运行。独立分量分析。使用了基于负熵极大值的牛顿迭代法来判断分离结果的非高斯性-Fast matlab m ICA files, is a demo code, you can directly run. Independent component analysis. The non Gauss used Newton iterative method based on negative entropy to determine the max
jisuanjishuzhifangfa
- 计算机数值方法课中常见数值计算方法源代码,包括Gauss列主元素消去法、变步长梯形法、拉格朗日插值法、牛顿插值法、平方根法-Computer Numerical Methods Course common numerical method source code, including Gauss Out the main elements of elimination, variable step trapezoidal method, Lagrange polynomial, Newton i
Ordinary-differential-equation
- 数学建模方法介绍以及MATLAB程序代码实现,高斯牛顿方法综述和其他解法步骤描述。-Mathematical modeling method is introduced, and MATLAB code implementation, review and other solution steps describe gauss-newton method.
GN
- java高斯牛顿法,非线性最小二乘法,使用需根据实际情况改写,代码提供了一个范例(The Gauss Newton method, the nonlinear least square method, should be rewritten according to the actual situation, and the code provides an example)