搜索资源列表
multi-method
- 最小二乘算法 Fortran实现 比较简单
ChazhiZuixiaoerchengquxiannihe
- 用Fortran语言实现的多种插值算法和最小二乘拟合算法,有源代码,有简要介绍。
lsqr-fortran
- 是针对大规模的线性方程组,及最小二乘问题的迭代求解方法。改方法可减少内存占有量,再数学上与共轭梯度法等价。-A method of solving large sparse linear systems and linear least squares,which can save memory and equivant to the CG method in the view of pure mathematics.
polynomialfitting
- 最小二乘法解多项式拟合问题的fortran编写的源程序 -Least squares polynomial fitting problem solution prepared fortran source
Engineering_Analysis_with_FORTRAN-Source_files
- 工程师用Fortran 编程常用程序,包括最小二乘法、牛顿插值、差分法、常用方程求解等,其中还包括 Mathtics 和Qick basic版本源代码。-Fortran、mathics and QB source codes for science and engineering computation
single
- 使用奇异值分解来帮助求解最小二乘问题,特别是在方程系数矩阵不满秩的情况下。-SGELSD computes the minimum-norm solution to a real linear least * squares problem: * minimize 2-norm(| b- A*x |) * using the singular value decomposition (SVD) of A. A is an M-by-N * matrix which
fy
- 这个程序主要功能是解矩阵的最小二乘解求法.很经典.运行通过-This program main function is solution matrix method for finding the least squares solution. Classic. Running through the
Gravity
- 用fortran编写重力正演及最小二乘反演程序-fortran prepared gravity forward and inversion procedure
eqeqweqe
- Fortran编写的,从老师哪里拿来的,最小二乘拟合多项式-Written in Fortran, from where the teacher brought in, least squares polynomial fitting
line
- 利用fortran编写的批量进行最小二乘法的源代码,利用函数的调用,进行最小二乘的计算-Using FORTRAN to write the batch of least-square method source code, using the function call, the least-square calculation
最小二乘曲线拟合
- 可用于有误差的数据的处理,更好的拟合数据(Can be used for data processing)
lapack-3.8.0
- 进行数值计算的著名软件,LAPACK包含了求解科学与工程计算中最常见的数值线性代数问题,如求解线性方程组、线性最小二乘问题、特征值问题和奇异值问题等。(LAPACK is written in Fortran 90 and provides routines for solving systems of simultaneous linear equations, least-squares solutions of linear systems of equations, eigenvalue