CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - cholesky分解

搜索资源列表

  1. taucs_full

    2下载:
  2. TAUCS是解稀疏线性问题的C语言库。包括: 多波Supernodal Cholesky分解; 左看Supernodal Cholesky分解 -TAUCS is a C library of sparse linear solvers. The current version of the library includes the following functionality: Multifrontal Supernodal Cholesky Factoriza
  3. 所属分类:数学计算/工程计算

    • 发布日期:2016-03-05
    • 文件大小:8253639
    • 提供者:LouisChen
  1. choleskyjie

    0下载:
  2. cholesky算法(正定对称矩阵的LL 分解,完整程序)-cholesky
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:853
    • 提供者:wujiajun
  1. cholesky_C

    0下载:
  2. 用C语言实现的Cholesky分解算法,可以实现对正定矩阵的cholesky分解,之前在网上一直没找到,所以只能自己编,在DSP上运行通过-Implemented using C language Cholesky decomposition can be achieved on the positive definite matrix cholesky decomposition, the Internet has not found before, so only their own par
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:634
    • 提供者:changlian
  1. MCHOLSK

    0下载:
  2. C语言编写的DSP程序,实现Cholesky分解,以此实现谱估计-DSP program written in C to achieve Cholesky decomposition, in order to achieve spectral estimation
  3. 所属分类:DSP program

    • 发布日期:2017-04-10
    • 文件大小:1376
    • 提供者:zl
  1. LDLTandCholesky

    0下载:
  2. A=(aij)20×20的LDLT分解与Cholesky分解-A = (aij) 20 × 20 in the LDLT decomposition and Cholesky decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1125
    • 提供者:Jason Hou
  1. arma_modeling_by_cholesky_Decomposition_and_spectr

    0下载:
  2. Cholesky分解求ARMA模型的参数并作谱估计-Cholesky decomposition model of parameters and requirements for ARMA Spectral Estimation
  3. 所属分类:ARM-PowerPC-ColdFire-MIPS

    • 发布日期:2017-04-06
    • 文件大小:2216
    • 提供者:张斌
  1. MCHOLSK

    0下载:
  2. 应用Cholesky分解算法,求解复数线性一致hermitian正定方程组。-Application of Cholesky decomposition algorithm, to solve the same complex hermitian positive definite linear equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:1377
    • 提供者:yuanman
  1. Cholesky

    0下载:
  2. 楚列斯基分解算法,内容全面,那来大家一快分享,交流经验。-Cholesky decomposition algorithm
  3. 所属分类:Java Develop

    • 发布日期:2017-04-15
    • 文件大小:7879
    • 提供者:ruyi
  1. matrix_factorization

    1下载:
  2. 用matlab进行矩阵的分解,分别进行Lu矩阵分解、不完全LU分解、不完全cholesky分解和Cholesky分解-Decomposition of the matrix with matlab, respectively, Lu matrix factorization, incomplete LU decomposition, incomplete cholesky decomposition and Cholesky decomposition
  3. 所属分类:matlab

    • 发布日期:2014-11-13
    • 文件大小:1024
    • 提供者:gong ke
  1. Typical-methods-for-linear-equations

    0下载:
  2. 解线性方程组的直接法(标准数值算法),包括高斯消去法程序、列主元高斯消去法程序、LU分解以及用LU分解求线性方程组、Cholesky分解以及用Cholesky分解求线性方程组、改进的Cholesky分解以及用改进的Cholesky分解求线性方程组、解三对角方程的追赶法。全部为本人原创程序,且全部经过测试无误。共9个MATLAB程序。程序内部含详细注释。-Solving linear equations of the direct method (standard numerical algori
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:14599
    • 提供者:huyunq
  1. LDLT-factorization

    0下载:
  2. 改进的Cholesky分解的过程演示,本人原创,测试无误,内含详细注释。 -Cholesky decomposition process improvement presentation, my original test and correct, containing detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1360
    • 提供者:huyunq
  1. P_R_P

    0下载:
  2. 共轭梯度法,hessian矩阵计算,强迫正定Cholesky分解以及Gill_Murray改进Newton法的C语言实现。-Conjugate gradient method, hessian matrix calculation, forced definite Cholesky decomposition and Gill_Murray improved Newton method C language.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:129366
    • 提供者:seaman
  1. gaijincholesky

    0下载:
  2. 改进cholesky分解,在cholesky分解基础之上进行改进,不需要分解的矩阵正定条件-Improve the cholesky decomposition, cholesky decomposition in the basis for improvement, positive definite matrix conditions without decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:740
    • 提供者:KingRay
  1. SL0MatlabCode

    0下载:
  2. cholesky分解,可以放心的使用,已经调试正确了-cholesky decomposition, you can safely use, has the right of the debugging
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:5173
    • 提供者:杨良龙
  1. Cholesky.h

    0下载:
  2. 本代码是用C++写的 求矩阵的球拉丝机分解 对大家可能有用 -This code is written in c++ for matrix decomposition of wire drawing machine ball you may be useful. Thank you. Thank you
  3. 所属分类:Special Effects

    • 发布日期:2017-04-11
    • 文件大小:867
    • 提供者:董坤
  1. Cholesky.cpp

    0下载:
  2. 本代码是用C++ 写的丘拉斯基分解的实现文件 头文件已经上传 希望对大家有用 -This code is written in c++ and the high places of the decomposition of the yankees lars implementation file header file upload hope of the useful has been: thank you
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:546
    • 提供者:董坤
  1. matrix

    3下载:
  2. 此包包含了众多矩阵处理程序,能够满足矩阵处理的一般要求,由于将各功能分开到不同的“.cpp”文件中,故使用时需要用户自行选取更换合适自己使用的“.cpp”文件。其中,矩阵功能有:输出矩阵、矩阵转置、矩阵归一化、判断矩阵对称、判断矩阵对称正定、全选主元法求矩阵行列式、全选主元高斯(Gauss)消去法求一般矩阵的秩、用全选主元高斯-约当(Gauss-Jordan)消去法计算实(复)矩阵的逆矩阵、用“变量循环重新编号法”法求对称正定矩阵逆、特兰持(Trench)法求托伯利兹(Toeplitz)矩阵逆、
  3. 所属分类:Algorithm

    • 发布日期:2014-12-20
    • 文件大小:1077248
    • 提供者:wuzw
  1. Cholesky

    0下载:
  2. 正定矩阵的乔利斯基(Cholesky)分解程序-Cholesky Modify
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:741
    • 提供者:月影孤鸿
  1. deformation_transfer

    0下载:
  2. 在不考虑邻近点算法的情况下实现变形传递的C源程序,包括解大型方程组的cholesky分解程序、点标记点程序、求解能量函数的程序。-Not consider the proximal point algorithm for deformation transfer of the C source code, including the solution of large-scale equations cholesky decomposition procedure, the point mark
  3. 所属分类:Algorithm

    • 发布日期:2017-06-17
    • 文件大小:26863032
    • 提供者:ZYY
  1. mathematic-library

    0下载:
  2. 数值分析类库。包括了Vector和Matrix类,可用于求CHOLESKY分解,解方程,以及求极值等。求极值的方法包括最速下降法,牛顿法,拟牛顿法,共轭梯度法,变尺度法等等。-Mathematic Analyze tools which contains the Vector and Matrix classes. It can be used to work our the parse of cholesky and solf the equation and deal with opt pr
  3. 所属分类:Algorithm

    • 发布日期:2017-05-12
    • 文件大小:3043648
    • 提供者:Snoopy
« 1 2 3 45 6 »
搜珍网 www.dssz.com