搜索资源列表
LDLTDCMP
- LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。-LDL decomposition source. Import data from the document, compiled the results after the operation output in the output document.
LDL
- LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错-LDL decomposition method for solving large-scale linear equations. This procedure can be up to 100 peacekeepers solutions, speed is not bad.
LDL~
- 系数矩阵为对称正定的线性方程组的求解程序(LDL~分解法)
LDL
- 采用LDLT分解法解病态方程组,采用迭代求精法,将求解中丢失的残向量逐步找回来,这样可以求得更为精确的解。
Chapter05-06.LinearEquations
- 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
3107002005_2nd_A_LDL
- LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
homework2
- 题:矩阵的LDL 分解及Cholesky分解-Title: Matrix LDL ' decomposition and Cholesky decomposition
matlab_No2
- 计算方法,矩阵LDL 分解与cholesky分解-Calculation method, the matrix LDL ' decomposition and decomposition cholesky
LDL
- 计算方法中的LDL分解。平方根分解。用VB编程。分解实对称矩阵-Calculation of LDL decomposition. Square Root. With VB programming. Decomposition of real symmetric matrices
fenjie
- vc编程,计算数学,LDL分解,courant分解,dollite分解矩阵-vc programming, computational mathematics, LDL decomposed, courant decomposition, dollite decomposition matrix
LDLsolve-linear-system
- 在matlab中用LDL分解求解方程组Ax=b,并有实例演示,数值分析-solve linear system by LDL,numeriacal analysis
ldl_eig
- ldl分解,科教版 数值分析于科学计算 北京工业大学研究生精品课程-LDL decomposition, science and education in scientific computing version numerical analysis Beijing university graduate course
ldlfactor
- ldl分解求解特征值问题,科教版 数值分析于科学计算 北京工业大学研究生精品课程-LDL decomposition, science and education in scientific computing version numerical analysis Beijing university graduate course
test
- 实对称正定矩阵LD和UD分解,即A=LDL^或A=UDU^,其中L为单位下三角矩阵,U为单位上三角矩阵,L^和U^分别是L和U的转置矩阵,代码自己写的,C++,学工科的同学可能会用到这两个分解,算法也有,可以-Real symmetric positive definite matrix LD and UD decomposition, that is A = LDL^ = UDU ^ where L is unit lower triangular matrix, U as a unit t
LDLUDU
- Doolittle分解,Q=L*R,L是单位下三角;UDU 分解,U是单位上三角阵.Doolittle分解,Q=L*R,L是单位下三角;LDL 分解,L是单位下三角阵(下*对*上)-Doolittle decomposition Q = L* R, L is unit lower triangular UDU ' decomposition, U is the unit upper triangular matrix. Doolittle, decomposition, Q = L* R
precoding_channel-feedback
- 基于信道量化反馈的预编码仿真程序,采用均匀量化方式,采用LDL分解的预编码技术,可得到不同反馈bit(1bit,2bit,3bit)条件下系统的误码性能。-Quantified based on channel feedback precoding simulation program, using the uniform quantization, LDL decomposition of the pre-coding techniques, and can get different fee
numerical-algorithms
- 几种常用的数值计算算法,包括高斯消去法、追赶法、高斯赛德尔法求解线性方程组,矩阵的LDL分解和cholesky分解,牛顿插值法和三次样条插值法的matlab实现-Several commonly numerical algorithms, including Gaussian elimination, catch method, high Sisaideer method for solving linear equations, matrix LDL decomposition and cho
LDL-and-Cholesky
- 利用楚列斯基分解法和平方根法分解对称矩阵,较为实用-use the Cholesky method and esquare-root method to solve the problem of Triangle decomposition of matrix
Unconstrained-optimization-method
- 本资源主要对矩阵分解中的LU分解、LDL’分解、乔列斯基分解,以及无约束最优化领域中的最速下降法、牛顿法、拟牛顿法的原理、步骤和算法进行了简要介绍,并对各种方法进行了Matlab编程实验,得到了较好的结果。 本资源包含了《矩阵分解及无约束最优化方法的原理和应用简介》文档以及其中用到的全部Matlab程序,非常适合初学者学习与研究。-The resources are mainly in the matrix decomposition LU decomposition, LDL decompo
nie飞
- 求解线性方程组的新型方法,附带源代码,MATLAB专用(A new method for solving linear equations, with source code)
