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

搜索资源列表

  1. Cholesky

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

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

    0下载:
  2. cholesky decomposition for dsp c6
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:383161
    • 提供者:胡波
  1. cholesky

    0下载:
  2. 用matlab编写的cholesky分解程序,希望对大家有些帮助
  3. 所属分类:数学计算/工程计算

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

    1下载:
  2. 用Cholesky 分解法解方程组Ax=b-Cholesky
  3. 所属分类:Algorithm

    • 发布日期:2017-04-14
    • 文件大小:3378
    • 提供者:zhou kaner
  1. program

    0下载:
  2. 程序包中含有Lagrange插值、Newton插值、Hermite插值、jacobi迭代、gauss迭代、 超松弛迭代、cholesky分解-Package contains Lagrange interpolation, Newton interpolation, Hermite interpolation, jacobi iteration, gauss iteration, ultra-relaxation iteration, cholesky decomposition
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:2911
    • 提供者:funintears
  1. 1CHOL

    0下载:
  2. Cholesky分解与求行列式值,使用C语言编写,可以在Visual C++中运行。-Cholesky decomposition and demand determinant, the use of C language, Visual C++ can be run.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1089
    • 提供者:lixiaohui
  1. chol

    0下载:
  2. 这是 对矩阵Cholesky分解 的一种方法的源代码.-This is the Cholesky decomposition matrix of a method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1001
    • 提供者:s
  1. New

    0下载:
  2. 利用平方根法(Cholesky法)求超定方程组的最小二乘解-Use the square root method (Cholesky method) for over-determined least squares solution of equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:7761
    • 提供者:Edison
  1. Mapack_for_NET

    0下载:
  2. Mapack可用来做矩阵运算 Mapack is a .NET class library for basic linear algebra computations. It supports the following matrix operations and properties: Multiplication, Addition, Subtraction, Determinant, Norm1, Norm2, Frobenius Norm, Infinity Norm, Rank,
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:38581
    • 提供者:Erison
  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. matlab_No2

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

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

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

    • 发布日期:2017-04-08
    • 文件大小: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. MyMatrixFunction

    0下载:
  2. 包括我自己写的一些数值分析用到的函数 包括矩阵的LU分解的两种方法, Cholesky分解, 以及线性方程组的迭代解法中的雅克比, 高斯-赛德尔以及线性松弛法的函数-Including myself, used to write some of the numerical analysis functions, including matrix LU decomposition of two methods, Cholesky decomposition, and iterative sol
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:3020
    • 提供者:z
  1. solve-linear-system-by-Cholesky

    0下载:
  2. 用Cholesky分解方法解线性方程组的过程演示,本人原创,测试无误,内含详细注释。 -With the Cholesky decomposition method to solve linear equations demonstrate the process, my original test and correct, containing detailed notes.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:1728
    • 提供者:huyunq
  1. cholesky

    0下载:
  2. Class for Cholesky decomposition in java
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:988
    • 提供者:mikz
  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. 一个实现cholesky分解的C++源代码,能够运行。-A realization the cholesky decomposition of C++ of source code, to be able to run.
  3. 所属分类:Algorithm

    • 发布日期:2017-11-20
    • 文件大小:618
    • 提供者:gaoweiwei
  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-21
    • 文件大小:3072
    • 提供者:qinglili
  1. Cholesky分解

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

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