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

搜索资源列表

  1. 矩阵所有运算

    2下载:
  2. 矩阵的转置、行列式、秩,逆矩阵求法,矩阵的三角分解、qr分解,对称正定矩阵的乔里斯基分解及行列式值,奇异值分解,广义逆的奇异值分解,矩阵特征值与特征向量的各种计算方法-all kinds of computational method of transposition of matrix, determinant, rank, inverse of matrix,triangle decomposition, qr decomposition, cholesky decomposition an
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:83488
    • 提供者:球球
  1. 解线性方程的直接法

    0下载:
  2. 解线性方程的直接法:Gauss消去法、矩阵的三角分解、正定矩阵的Cholesky分解、矩阵求逆等。 注释见程序-solution of linear equations of the direct method : Gauss elimination method, the triangular matrix decomposition, Zhengding Cholesky decomposition of the matrix, such as matrix inversion. See
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:24060
    • 提供者:周思良
  1. chengxuzjf

    0下载:
  2. 实现矩阵的Cholesky分解,用Cholesky分解求ARMA模型的参数并作谱估计,利用分裂基算法求复序列 的DFT.将得到的 解卷绕,得到无跳变的相频特性.计算七类窗函数并给出归一化对数幅频曲线-achieve Matrix Cholesky decomposition, Cholesky decomposition used for ARMA model and the parameters for spectral estimation, the use of split-based a
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:6020
    • 提供者:zhoujianfang
  1. MCHOLSK

    0下载:
  2. 实现矩阵的Cholesky分解,这些程序是用C来编写的.
  3. 所属分类:通讯/手机编程

    • 发布日期:2008-10-13
    • 文件大小:1637
    • 提供者:dh
  1. Cholesky

    0下载:
  2. 该程序是正定矩阵的Cholesky分解实例,Cholesky是矩阵分解常用的方法
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:43574
    • 提供者:kexing
  1. Cholesky

    0下载:
  2. 用cholesky法解最小二乘法,矩阵三角分解-Cholesky method for the least squares method, the matrix triangular decomposition
  3. 所属分类:Data structs

    • 发布日期:2017-03-31
    • 文件大小:590327
    • 提供者:何巧
  1. 100615111[1]..

    0下载:
  2. 几个简单的计算线性方程系数矩阵分解的算法,包括cholesky、doolittle、等-The calculation of a few simple linear equations coefficient matrix factorization algorithms, including cholesky, doolittle, etc.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-11
    • 文件大小:1514
    • 提供者:孙莉
  1. CLAPACK3-Windows

    1下载:
  2. LAPACK是用Fortran90和规定套路解决系统同步线性方程组,最小二乘解线性方程组,特征值问题,以及奇异值问题。相关的矩阵分解(陆,乔莱斯基,快速反应,分解,舒尔,广义Schur )也提供了,因为有关的计算,如重新安排的舒尔分解和估计条件号码。致密带状矩阵的处理,而不是一般稀疏矩阵。在所有领域,类似的功能是提供真正的和复杂的矩阵,在单,双精度-LAPACK is written in Fortran90 and provides routines for solving systems o
  3. 所属分类:Algorithm

    • 发布日期:2017-06-20
    • 文件大小:34160660
    • 提供者:Rocky
  1. cholesky

    0下载:
  2. 楚列斯基分解希尔伯特矩阵,并求出残差和误差,以及条件数-cholesky
  3. 所属分类:Java Develop

    • 发布日期:2017-03-26
    • 文件大小:835
    • 提供者:
  1. juzhengsuoyouyunxuan

    0下载:
  2. 文件列表
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:85828
    • 提供者:ljl
  1. BCHOL

    0下载:
  2. 对称正定矩阵的Cholesky分解,并求矩阵的形列式值-Matrices and their Cholesky decomposition, and form a matrix with the column-type value
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:855
    • 提供者:Autunight
  1. Optimization

    0下载:
  2. 最优化计算C++程序以及实例,包含基本的矩阵运算、多元函数梯度、二阶矩阵、Cholesky分解等十三个算法源码和验证实例,在VisualStudio2010环境下调试成功,值得搞最优化算法时借鉴和参考。-Optimization calculation procedure and example C++, including basic matrix operations, multiple function gradient, second order matrix, Cholesky dec
  3. 所属分类:Algorithm

    • 发布日期:2017-05-06
    • 文件大小:1505920
    • 提供者:xiaobo
  1. cholesky

    2下载:
  2. 这个程序是对系数矩阵进行乔列斯基分解,并对线性方程组求解的通用程序-This program is the coefficient matrix Qiaoliesiji decomposition, solving linear equations and general program
  3. 所属分类:matlab

    • 发布日期:2016-06-02
    • 文件大小:2048
    • 提供者:张靖
  1. cholesky

    0下载:
  2. 矩阵的cholesky分解,对学习系统辨识的建模应用具有很大的帮助。-Cholesky decomposition of matrix
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:3599
    • 提供者:赵无棣
  1. cholesky

    0下载:
  2. Cholesky分解是一种分解矩阵的方法, 在线形代数中有重要的应用。Cholesky分解把矩阵分解为一个下三角矩阵以及它的共轭转置矩阵的乘积(那实数界来类比的话,此分解就好像求平方根)。与一般的矩阵分解求解方程的方法比较,Cholesky分解效率很高-Cholesky decomposition is a kind of decomposition of matrix method, the linear algebra has an important application. Choles
  3. 所属分类:Algorithm

    • 发布日期:2017-03-23
    • 文件大小:593
    • 提供者:兰中周
  1. cholesky

    0下载:
  2. 该程序实现对20*20矩阵的CHOLESKY分解,并输出分解矩阵。-The program achieved 20* 20 matrix CHOLESKY decomposition and decomposition matrix output.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:558
    • 提供者:zeqing
  1. cholesky

    0下载:
  2. 矩阵的cholesky分解matlab程序,适合初学者- Cholesky Matrices matlab program
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1538
    • 提供者:孟凡撒
  1. cholesky

    1下载:
  2. cholesky分解是用于将一个对称正定的矩阵分解为一个上三角与一个下三角矩阵乘积的形式,可运用于回归系数求解,线性方程组求解中 逐步回归是在回归分析的建模过程中用于变量筛选的有效方法,这里同时进行了向前和向后回归,效果更加显著(Cholesky decomposition is used to decompose a symmetric positive definite matrix into an upper triangle and a lower triangular matrix
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:3072
    • 提供者:qinglili
  1. 矩阵的Cholesky分解的Matlab实现_杨蕊

    2下载:
  2. 介绍了矩阵的 Cholesky 分解算法,结合实例用 Matlab编程实现了矩阵的 Cholesky 分解.(In this paper, The algorithm of Cholesky decomposition for matrix was introduced, and the routine was brought into effect based on matlab according to instance.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-07
    • 文件大小:32768
    • 提供者:Effie
  1. Cholesky分解

    1下载:
  2. 数值分析上的cholesky分解,用于求解对称正定矩阵的线性方程组(the matrix cholesky-decompose)
  3. 所属分类:数学计算

    • 发布日期:2019-10-08
    • 文件大小:171008
    • 提供者:开口的猫
« 12 3 4 »
搜珍网 www.dssz.com