搜索资源列表

  1. sparsity

    0下载:
  2. This demonstration shows that reordering the rows and columns of a sparse matrix S can affect the time and storage required for a matrix operation such as factoring S into its Cholesky decomposition
  3. 所属分类:matlab例程

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

    0下载:
  2. 实现矩阵的Cholesky分解的C语言代码-The realization of Matrix Cholesky decomposition C language code
  3. 所属分类:DSP编程

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

    1下载:
  2. 数值线性代数的Matlab应用程序包 共13个程序函数,每个程序函数有相应的例子函数一一对应,以*Example.m命名 程序名称 用途 Method 方法 GrmSch.m QR因子分解 classical Gram-Schmidt orthogonalization 格拉母-斯密特 MGrmSch.m QR因子分解 modified Gram-Schmidt iteration 修
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 本程序是我上课实验报告的源代码,用Cholesky分解求解最小二乘问题,并可以实现多项式拟合。输入请使用inpuy.dat文件。-This procedure is my school report on the source code of the experiment, using Cholesky decomposition to solve least squares problems, and polynomial fitti
  3. 所属分类:数学计算/工程计算

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

    0下载:
  2. 乔列斯基分解的C语言实现,输入部分可通过txt文档形式输入,输出则直接显示在DOS环境中,适合数值分析、工程数值方法等课程的作业-Decomposition of the C language乔列斯基realize, enter part of the form through txt file input and output are directly displayed in the DOS environment, suitabl
  3. 所属分类:数学计算/工程计算

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

    1下载:
  2. 程序包中包括Chebyshev低通滤波器、巴特沃斯模拟低通滤波器、Cholesky分解、DFT算法、FFT算法,可以直接移植到嵌入式系统或DSP中实现。-Package includes Chebyshev low-pass filter, Butterworth low-pass filter simulation, Cholesky decomposition, DFT algorithm, FFT algorithm, can b
  3. 所属分类:DSP编程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:Wen
  1. chol

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

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:s
  1. 100615111[1]..

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

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

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

    • 发布日期:2024-05-18
    • 文件大小:7168
    • 提供者:Edison
  1. Matrix_cholesky

    0下载:
  2. 我这个程序实现了数值线性代数里面的cholesky分解-I realized this process numerical linear algebra inside Cholesky decomposition
  3. 所属分类:Windows编程

    • 发布日期:2024-05-18
    • 文件大小:149504
    • 提供者:tangxin
  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,
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:funintears
  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, Frobeni
  3. 所属分类:数学计算/工程计算

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

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

    • 发布日期:2024-05-18
    • 文件大小:1077248
    • 提供者:雾水葛
  1. cholesky

    0下载:
  2. 高性能cholesky分解法, 非常适合图形计算学-cholesky algorithom, for CV
  3. 所属分类:Windows编程

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

    0下载:
  2. cholesky算法的实现代码,欢迎大家批评指正!-Algorithm cholesky code。welcome to download it!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:朱作龙
  1. CLAPACK3-Windows

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

    • 发布日期:2024-05-18
    • 文件大小:34160640
    • 提供者:Rocky
  1. matlabcodefosolvingpartialdiferentialeqn

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

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:Vrushabha
  1. MATH

    0下载:
  2. cholesky方法计算方法研究生你可以随便用别客气-cholesky方法计算方法
  3. 所属分类:软件工程

    • 发布日期:2024-05-18
    • 文件大小:4096
    • 提供者:vang
  1. choleskyjie

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

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

    1下载:
  2. 计算方法,矩阵LDL 分解与cholesky分解-Calculation method, the matrix LDL ' decomposition and decomposition cholesky
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:baozewei
« 1 2 34 5 6 7 8 9 10 ... 13 »

源码中国 www.ymcn.org