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

搜索资源列表

  1. cholesky分解法

    0下载:
  2. cholesky算法,解三对角矩阵的常用方法-cholesky algorithm, and three diagonal matrix method used
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:956
    • 提供者:邹璇
  1. cholesky.cpp

    0下载:
  2. 用改进的乔里斯基方法解对称正定方程组,已被用于有限元正演模拟-Jiaolishiji Improved method for symmetric positive definite equations, have been used in finite element simulation FORWARD
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1441
    • 提供者:刘海飞
  1. Cholesky分解 Matlab程序

    3下载:
  2. Cholesky分解 Matlab程序 关于科学计算方法,Cholesky decomposition of Matlab procedures on scientific calculation method
  3. 所属分类:matlab例程

    • 发布日期:2014-11-13
    • 文件大小:906
    • 提供者:王文浩
  1. Cholesky

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

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

    0下载:
  2. Cholesky分解法求取线性方程组的解。也叫做平方根法。CPP程序。-Cholesky decomposition method to strike a solution of linear equations. Also known as the square root law. CPP procedures.
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-23
    • 文件大小:18964
    • 提供者:宫同举
  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. matlabcodefosolvingpartialdiferentialeqn

    1下载:
  2. This code is for solving differential eqns using cholesky decomposition method, gausselimination method, croutsdecomposition method, LaverrierFaddeev, GAUSSSIEDELGAUSSSIEDEL method
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:3838
    • 提供者:Vrushabha
  1. matlab_No2

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

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

    0下载:
  2. 采用乔克利特方法解方程,采用高斯消去法解方程-Qiaokelite method to solve the equation by using Gaussian elimination solution equation
  3. 所属分类:MPI

    • 发布日期:2017-04-06
    • 文件大小:887
    • 提供者:卓迅佳
  1. CHOLESKY

    0下载:
  2. Cholesky Method. Solutions included.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:2592
    • 提供者:Kuraido
  1. Choleky

    0下载:
  2. cholesky method of elimination
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:28018
    • 提供者:heicu
  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. 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 method using C-CHOLESKY method using C++
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1132
    • 提供者:harikiran86
  1. Cholesky

    1下载:
  2. 半正定矩阵cholesky方法将其分解为两个上下三角矩阵相乘的形式。matlab自带的函数只能分解正定矩阵。并且给出例子。-Semi-definite matrix cholesky method be decomposed into two upper and lower triangular matrices form. matlab built-in function can only be positive definite matrix decomposition.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:14285
    • 提供者:王潘
  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-09
    • 文件大小:1025
    • 提供者:zhaojing
  1. cholesky

    0下载:
  2. cholesky method in matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:583
    • 提供者:Mustafa Hameed
  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
« 12 3 »
搜珍网 www.dssz.com