CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 搜索资源 - LDL

搜索资源列表

  1. LDLTDCMP

    0下载:
  2. LDL 分解源码。从文件输入数据,编译运行后结果输出在输出文件中。-LDL decomposition source. Import data from the document, compiled the results after the operation output in the output document.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:68164
    • 提供者:Arthur
  1. LDL

    0下载:
  2. LDL分解法,用于求解大型的线性方程组。此程序中最多能解100维的,速度还不错-LDL decomposition method for solving large-scale linear equations. This procedure can be up to 100 peacekeepers solutions, speed is not bad.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2799
    • 提供者:shipengyi
  1. LDL~

    0下载:
  2. 系数矩阵为对称正定的线性方程组的求解程序(LDL~分解法)
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:2289
    • 提供者:唐新猛
  1. LDL

    0下载:
  2. 采用LDLT分解法解病态方程组,采用迭代求精法,将求解中丢失的残向量逐步找回来,这样可以求得更为精确的解。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1362
    • 提供者:cy
  1. Chapter05-06.LinearEquations

    0下载:
  2. 清华大学《数值分析A》-第05章.线性方程组-直接解法 Gauss消去法 列主元消去法 Gauss-Jordan LU分解 LL分解 LDL分解 清华大学《数值分析A》-第06章.线性方程组-迭代法 Jacobi Gauss-Seidel SOR
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:248457
    • 提供者:大乔
  1. 3107002005_2nd_A_LDL

    0下载:
  2. LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:895
    • 提供者:lommmmmm
  1. homework2

    0下载:
  2. 题:矩阵的LDL 分解及Cholesky分解-Title: Matrix LDL ' decomposition and Cholesky decomposition
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-24
    • 文件大小:254310
    • 提供者:孔明
  1. matlab_No2

    0下载:
  2. 计算方法,矩阵LDL 分解与cholesky分解-Calculation method, the matrix LDL ' decomposition and decomposition cholesky
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:647
    • 提供者:baozewei
  1. LDL

    0下载:
  2. 计算方法中的LDL分解。平方根分解。用VB编程。分解实对称矩阵-Calculation of LDL decomposition. Square Root. With VB programming. Decomposition of real symmetric matrices
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:1764
    • 提供者:sarin
  1. fenjie

    0下载:
  2. vc编程,计算数学,LDL分解,courant分解,dollite分解矩阵-vc programming, computational mathematics, LDL decomposed, courant decomposition, dollite decomposition matrix
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:1772
    • 提供者:张若冰
  1. LDLsolve-linear-system

    1下载:
  2. 在matlab中用LDL分解求解方程组Ax=b,并有实例演示,数值分析-solve linear system by LDL,numeriacal analysis
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1389
    • 提供者:李刚
  1. ldl_eig

    0下载:
  2. ldl分解,科教版 数值分析于科学计算 北京工业大学研究生精品课程-LDL decomposition, science and education in scientific computing version numerical analysis Beijing university graduate course
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:955
    • 提供者:兰中周
  1. ldlfactor

    0下载:
  2. ldl分解求解特征值问题,科教版 数值分析于科学计算 北京工业大学研究生精品课程-LDL decomposition, science and education in scientific computing version numerical analysis Beijing university graduate course
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:648
    • 提供者:兰中周
  1. test

    0下载:
  2. 实对称正定矩阵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
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:1036593
    • 提供者:李昕
  1. LDLUDU

    0下载:
  2. 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
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1533
    • 提供者:ting
  1. precoding_channel-feedback

    1下载:
  2. 基于信道量化反馈的预编码仿真程序,采用均匀量化方式,采用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
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:2968
    • 提供者:付卫红
  1. numerical-algorithms

    0下载:
  2. 几种常用的数值计算算法,包括高斯消去法、追赶法、高斯赛德尔法求解线性方程组,矩阵的LDL分解和cholesky分解,牛顿插值法和三次样条插值法的matlab实现-Several commonly numerical algorithms, including Gaussian elimination, catch method, high Sisaideer method for solving linear equations, matrix LDL decomposition and cho
  3. 所属分类:Algorithm

    • 发布日期:2017-11-11
    • 文件大小:6549
    • 提供者:gzn
  1. LDL-and-Cholesky

    0下载:
  2. 利用楚列斯基分解法和平方根法分解对称矩阵,较为实用-use the Cholesky method and esquare-root method to solve the problem of Triangle decomposition of matrix
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:1025
    • 提供者:zhaojing
  1. Unconstrained-optimization-method

    0下载:
  2. 本资源主要对矩阵分解中的LU分解、LDL’分解、乔列斯基分解,以及无约束最优化领域中的最速下降法、牛顿法、拟牛顿法的原理、步骤和算法进行了简要介绍,并对各种方法进行了Matlab编程实验,得到了较好的结果。 本资源包含了《矩阵分解及无约束最优化方法的原理和应用简介》文档以及其中用到的全部Matlab程序,非常适合初学者学习与研究。-The resources are mainly in the matrix decomposition LU decomposition, LDL decompo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:168232
    • 提供者:王彭
  1. nie飞

    0下载:
  2. 求解线性方程组的新型方法,附带源代码,MATLAB专用(A new method for solving linear equations, with source code)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:24576
    • 提供者:liuyyyy
搜珍网 www.dssz.com