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

搜索资源列表

  1. ARMCSharp

    0下载:
  2. C#编写的AR(M)趋势预测模型函数,包括AR模型参数值计算,预测函数,还有LDLT计算三角矩阵方程函数-prepared by the AR (M) trend forecasting model function, including the AR model parameter values, the predictive function. There LDLT triangular matrix equation calculation function
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1297
    • 提供者:詹华
  1. LDL

    0下载:
  2. 采用LDLT分解法解病态方程组,采用迭代求精法,将求解中丢失的残向量逐步找回来,这样可以求得更为精确的解。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1362
    • 提供者:cy
  1. 解方程组1

    0下载:
  2. 本代码是计算方法课程实验里用LDLT方法解方程组的原代码-the code is calculated courses experiment with LDL equations method for the original code
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:999
    • 提供者:guo
  1. 2

    0下载:
  2. 矩阵LDLT分解与Cholesky分解 求矩阵A=(αij)20x20的LDLT分解与Cholesky分解-Matrix LDLT decomposition and Cholesky decomposition Matrix A = (αij) 20x20 of the LDLT decomposition and Cholesky decomposition
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:15963
    • 提供者:张松昌
  1. ldlt

    0下载:
  2. 计算具有A=L*D*L 形式的Cholesky因式分解,适用于一些特殊矩阵。-Calculated with A = L* D* L ' forms of Cholesky factorization for some special matrices.
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:5293
    • 提供者:丁志中
  1. LDLT_LEQ_Solve

    0下载:
  2. 对称正定矩阵LDLT分解算法(带应用示例)。-Symmetric positive definite matrix LDLT decomposition algorithm (with application examples).
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:13497
    • 提供者:方永忠
  1. Mathematics

    0下载:
  2. 利用数值分析中LU、LDLT、JACOBI、GAUSS_SEIDEL、RELAXATION各种方法解结构矩阵问题,Visual C#源代码-Numerical analysis of the use of LU, LDLT, JACOBI, GAUSS_SEIDEL, RELAXATION structure matrix method to solve various problems, Visual C# Source code
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:5151
    • 提供者:王大和
  1. ldlt[1].cpp

    0下载:
  2. ldlt 数值求解的c++算法的实现,可应用有限元方程的求解。-ldlt numerical solution of c++ algorithm can be used finite element equations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:23545
    • 提供者:tmllpl
  1. 2_L_C

    0下载:
  2. 矩阵LDLT分解与Cholesky分解,使用c语言编写-Matrix LDLT decomposition and Cholesky decomposition, using c language
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-10
    • 文件大小:1099
    • 提供者:wangfeng
  1. LDLTandCholesky

    0下载:
  2. A=(aij)20×20的LDLT分解与Cholesky分解-A = (aij) 20 × 20 in the LDLT decomposition and Cholesky decomposition
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1125
    • 提供者:Jason Hou
  1. LDLT-factorization

    0下载:
  2. 改进的Cholesky分解的过程演示,本人原创,测试无误,内含详细注释。 -Cholesky decomposition process improvement presentation, my original test and correct, containing detailed notes.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1360
    • 提供者:huyunq
  1. solve-linear-system-by-LDLT

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

    • 发布日期:2017-03-28
    • 文件大小:1952
    • 提供者:huyunq
  1. the-code-of-LDLT-fenjie

    0下载:
  2. 可以将矩阵分解为LDLT以便于进行求根运算-a simple code about LDLT
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:737
    • 提供者:李丽
  1. sparse

    0下载:
  2. This a package containing sparse matrix operations like multiplication, addition, Cholesky and LDLT decompositions and so on. I started developing it because I needed a simple, easy to use, efficient library, that did not have any external dependenci
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:11285
    • 提供者:Vasudev Jakhar
  1. test

    0下载:
  2. 实对称正定矩阵LDL^分解,其中L为单位下三角矩阵,D为对角阵-A recursive algorithm for calculating the eigenvalues of a real symmetric matrix based on LDLT decomposition is given. With this algorithm, the number of eigenvalues of a real symmetric matrix in the given interval c
  3. 所属分类:Console

    • 发布日期:2017-03-29
    • 文件大小:598145
    • 提供者:李昕
  1. math

    0下载:
  2. 矩阵的LDLT分解,cholosky分解,雅克比,高斯方法解方程组,牛顿插值,三次样条插值 ,自己编写的程序,运行无误-LDLT decomposition matrix, the programs that run correctly
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:6231
    • 提供者:lucy
  1. computing

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

    • 发布日期:2017-11-13
    • 文件大小:973233
    • 提供者:lisen
  1. ldlt

    0下载:
  2. 改进的平方根法,可以被调用,已知数组需自行设定-Improved the square root method can be called, known array to be set
  3. 所属分类:matlab

    • 发布日期:2017-12-01
    • 文件大小:541
    • 提供者:gushiyong
  1. ldlt

    0下载:
  2. 利用ldlt分解求解系数矩阵为一维存储时的方程组-请键入文字或网站地址,或者上传文档。 取消 Lìyòng ldlt fēnjiě qiújiě xìshù jǔzhèn wéi yī wéi cúnchú shí de fāngchéng zǔSolving equations use ldlt coefficient matrix decomposition when stored as a one-dimensional
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:624
    • 提供者:
  1. LDLT-and-cholesky

    0下载:
  2. 矩阵的LDLT分解,及cholesky分解,希望对初学者有些帮助-Matrix decomposition LDLT and cholesky
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:616
    • 提供者:孟凡撒
« 12 »
搜珍网 www.dssz.com