搜索资源列表

  1. Tcholziph

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:nu
  1. generar_LHS_Choleskwewey

    1下载:
  2. Stochastic fields Generation. created by LHS. Correlation is based on Cholesky factorization
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:samiio
  1. cholesky

    0下载:
  2. Chell算法,用于图形图像算法处理,高效的正交变-Chell algorithm for graphic image processing algorithms, efficient orthogonal variable
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:libo
  1. Cholesky

    0下载:
  2. metodo de chorlesky hecho el C #
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:26624
    • 提供者:marllo
  1. Latin-Hypercube-Sampling

    0下载:
  2. 此源码会产生一个平方空间上随机的领域。样品创建拉丁超立方抽样和空间相关性是基于Cholesky分解算法-This source will generate a random field on a square space. Samples to create a Latin Hypercube Sampling and spatial correlation is based on the Cholesky decomposition
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:非师范
  1. computing

    0下载:
  2. 包括: 列主元Gauss消去法解线性方程组; 矩阵的LDLT和Cholesky分解; 追赶法解三对角方程组; Jacobi和Gauss-Seidel方法解方程组; Newton插值多项式和三次样条插值多项式; 复化Simpson公式求解定积分; Romberg方法求解定积分; 二分法和割线法求非线性方程的解。-Include: Main-element Gauss elimination method
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:972800
    • 提供者:lisen
  1. ACHOL

    0下载:
  2. C的正定矩阵计算,主要用于求解对称正定方程组的平方根,利用的是乔里斯基分解法求解系数矩阵为对称正定。-C positive definite matrix calculation, mainly used to solve the equations of symmetric positive definite square root, and use of the Cholesky decomposition method for s
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lipeng
  1. xianyuan

    0下载:
  2. fortran的小程序,不完全乔列斯基分解的双复共轭梯度法(ICCG)求解方程组-the fortran applet, incomplete Cholesky decomposition of the dual complex conjugate gradient method (ICCG) solving equations
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:邢书豪
  1. Cholesky_MPI

    0下载:
  2. 矩阵Cholesky分解并行算法MPI源程序-Matrix Cholesky decomposition parallel algorithm MPI source
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:陈晓东
  1. decomposition

    0下载:
  2. 线性代数程序,用于得到一个哈密顿矩阵的科洛斯基分解。-Find the cholesky (LDU) decomposition of a Hermitian Toeplitz Matrix
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:2048
    • 提供者:leiasdf
  1. ScientificComputing

    0下载:
  2. 山东大学软件学院数值计算实验源代码LU分解、前代、回代函数、部分列主元求解线性方程组 用Cholesky分解求解线性方程组,分析残差与误差的关系 迭代法求解线性方程组 最小二乘法及病态性的分析 求非线性方程的根 多项式插值-science computing
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:39936
    • 提供者:王古月
  1. ZG

    0下载:
  2. 病态矩阵HILBERT,正则化高斯消元法,cholesky分解法-Ill-conditioned matrix HILBERT, regularization of Gaussian elimination method, cholesky decomposition
  3. 所属分类:JSP源码/Java

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:wucx
  1. numerical-recipe-code1

    0下载:
  2. 剑桥数据库源代码,包括adapt、amebsa、bessel、cholesky等算法-Cambridge database source code, including adapt, amebsa, bessel, cholesky and other algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:17408
    • 提供者:sherry
  1. CholeskyTest

    0下载:
  2. 正定矩阵的Cholesky分解; 矩阵的运算; 向量的运算-Cholesky decomposition of the positive definite matrix matrix operation vector arithmetic
  3. 所属分类:C#编程

    • 发布日期:2024-05-18
    • 文件大小:37888
    • 提供者:zhanglee
  1. numerical-algorithms

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

    • 发布日期:2024-05-18
    • 文件大小:6144
    • 提供者:gzn
  1. clolesky_row

    0下载:
  2. Write twoMatlab functions L=clolesky_row(A) and L=clolesky_col(A) that compute the Cholesky factor L of a Symetric Positive De… nite (SPD) matrix A = LLT , acessing A by row and by column respectively.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:62464
    • 提供者:Kaissoun
  1. cholesky.cpp

    0下载:
  2. Soluç ã o de Equaç ã o Diferencial Ordinária - Método do Ponto Médio
  3. 所属分类:其他行业

    • 发布日期:2024-05-18
    • 文件大小:40960
    • 提供者:Roberto
  1. ACHOL0

    0下载:
  2. 用乔里斯基分解法(即平方根法)求解系数矩阵为对称正定、且右端具有多组常数向量的线性代数方程组AX=D-Using Cholesky decomposition method (ie, square root method) for solving the coefficient matrix is ​ ​ symmetric positive definite, and the right end of the co
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:aaaaa
  1. algoritmo-cholesky

    0下载:
  2. estudiar estudiar estudiar-estudiar estudiar estudiar estudiar estudiar
  3. 所属分类:外挂编程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:hector
  1. function-L=cholesky(A)

    0下载:
  2. 生活中经常遇到大的矩阵,他的求逆非常麻烦而且求解时间很长,本法适用于大矩阵求解。-Life often encountered big matrix, inverse very trouble and solving of his time is very long, this law shall be applicable to large matrix to solve
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:申奇行
« 1 2 ... 5 6 7 8 9 1011 12 13 »

源码中国 www.ymcn.org