程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、CHOLESKY分解
标签: Lagrange CHOLESKY Hermite Newton
上传时间: 2017-01-15
上传用户:kbnswdifs
C语言利用平方根法(CHOLESKY)求解对称联立方程式
上传时间: 2017-06-02
上传用户:笨小孩
CHOLESKY分解的C语言程序,当年的大学作业程序
上传时间: 2014-11-29
上传用户:hgy9473
平均因子分解法,适用于正定矩阵First, let s recall the definition of the CHOLESKY decomposition: Given a symmetric positive definite square matrix X, the CHOLESKY decomposition of X is the factorization X=U U, where U is the square root matrix of X, and satisfies: (1) U U = X (2) U is upper triangular (that is, it has all zeros below the diagonal). It seems that the assumption of positive definiteness is necessary. Actually, it is "positive definite" which guarantees the existence of such kind of decomposition.
标签: 分解
上传时间: 2013-12-24
上传用户:啊飒飒大师的
This collection of C++ templates wraps the FORTRAN or C interfaces for LAPACK so that they integrate with the Boost uBLAS library. Currently implements CHOLESKY decomposition, LU decomposition, inversion and determinant for general and positive-definite matrices.
标签: collection interfaces integrate templates
上传时间: 2015-08-10
上传用户:chfanjiang
用来产生均匀分布或高斯分布的伪随机数 (近似白噪声),它们可具有不同的均值和方差。用REMEZ算法求交错点组。用CHOLESKY分解求ARMA模型的参数并作谱估计。求MA模型的参数 并估计功率谱。 用最小方差法估计序列 的功率谱。
上传时间: 2015-10-24
上传用户:aa54
Subroutine MCHOLSK :To solves a hermitian positive definite set of complex linear simultaneous equations (AX=B) using the CHOLESKY decomposition method.
标签: simultaneous Subroutine hermitian definite
上传时间: 2014-08-25
上传用户:windwolf2000
This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the time and storage required for a matrix operation such as factoring S into its CHOLESKY decomposition
标签: demonstration reordering the columns
上传时间: 2016-01-14
上传用户:奇奇奔奔
数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修正格拉母-斯密特 householder.m QR因子分解 Householder 豪斯霍尔德QR因子分解 ZXEC.m 最小二乘拟合 polynomial interpolant 最小二乘插值多项式 NCLU.m LU因子分解 Gaussian elimination 不选主元素的高斯消元 PALU.m LU因子分解 partial pivoting Gaussian elimination 部分选主元的高斯消元 CHOLESKY.m 楚因子分解 CHOLESKY Factorization 楚列斯基因子分解 PwItrt.m 求最大特征值 Power Iteration 幂迭代 Jacobi.m 求特征值 Jacobi iteration 按标准行方式次序的雅可比算法 Anld.m 求上Hessenberg Arnoldi Iteration 阿诺尔迪迭代 zuisu.m 解线性方程组 Steepest descent 最速下降法 CG.m 解线性方程组 Gradients 共轭梯度 BCG.m 解线性方程组 Biconjugate Gradients 双共轭梯度
上传时间: 2016-05-17
上传用户:小鹏
本程序是我上课实验报告的源代码,用CHOLESKY分解求解最小二乘问题,并可以实现多项式拟合。输入请使用inpuy.dat文件。
上传时间: 2016-08-15
上传用户:yuanyuan123