登录
首页 » 算法 » LDL decomposition. Numerical Solution of matrix equation as the most basic matri...

LDL decomposition. Numerical Solution of matrix equation as the most basic matri...

于 2022-02-15 发布 文件大小:895.00 B
0 120
下载积分: 2 下载次数: 1

代码说明:

LDL分解。作为矩阵方程数值解法最基础的矩阵分解算法,LDL算法可以高效分解对称矩阵。-LDL decomposition. Numerical Solution of matrix equation as the most basic matrix factorization algorithm, LDL decomposition algorithm can be efficient symmetric matrix.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • delphi编写的房贷计器,支持等额本金和等额本息
    应用背景delphi编写的房贷计算器,支持等额本金和等额本息,对每月还款金额和总还款金额以及还款利息总额一目了然。可以很好的练习Delphi编码,可以很快熟悉Delphi语言及编码环境。关键技术Delphi7,根据贷款还款计算算法以及贷款总额,贷款年数,贷款利率计算得出还款每月还款金额和总还款金额以及还款利息总额,应用listview组件显示计算结果。
    2022-02-10 10:15:10下载
    积分:1
  • 图形界面的计器,使用VC++开发,绝对经典可用,好用,好用的...
    图形界面的计算器,使用VC++开发,绝对经典可用,好用,好用的-calculater
    2022-05-19 11:03:01下载
    积分:1
  • Prolog实现8-puzzle
    he 8-puzzle will be represented by a 3x3 list of lists positions where the empty box will be represented by the value 9, as shown below: [[9,1,3],[5,2,6],[4,7,8]] Possibility Solution: Only half of the initial positions of the 8-puzzle are solvable. There is a formula that allows to know from the beginning if you can solve the puzzle.To determine whether an 8-puzzle is solvable, for each square containing a value N is calculated how many numbers less than N there after the current cell. For example, to the initial status
    2023-07-26 11:40:02下载
    积分:1
  • File contains the steepest descent algorithm, least
    文件包含最速下降算法,最小二乘算法,霍夫曼编码-File contains the steepest descent algorithm, least-squares algorithm, Huffman coding
    2023-07-30 23:10:03下载
    积分:1
  • 01背包问题
    01背包是在M件物品取出若干件放在空间为W的背包里,每件物品的体积为W1,W2……Wn,与之相对应的价值为P1,P2……Pn。考虑用动态规划的方法来解决,这里的:阶段是:在前N件物品中,选取若干件物品放入背包中; 状态是:在前N件物品中,选取若干件物品放入所剩空间为W的背包中的所能获得的最大价值;决策是:第N件物品放或者不放; 由此可以写出动态转移方程:我们用f[i,j]表示在前 i 件物品中选择若干件放在所剩空间为 j 的背包里所能获得的最大价值f[i, j] = max( f[i-1, j-Wi] + Pi (j >= Wi), f[i-1, j] )
    2022-03-15 21:02:09下载
    积分:1
  • 八皇后问题,C语言
    八皇后问题,C语言-8, C Language
    2022-03-05 03:26:29下载
    积分:1
  • 温度场模拟程序,matlab编写
    温度场模拟程序,matlab编写-temperature simulation program, the preparation of Matlab
    2023-03-20 02:35:03下载
    积分:1
  • splay基本操作和使用
    splay的基本操作,个类oj题目,有源代码,可以相互学习
    2023-02-07 03:45:04下载
    积分:1
  • two polynomial multiplication
    两个多项式加减乘运算-two polynomial multiplication
    2022-02-20 11:27:52下载
    积分:1
  • 打印0°至90°的三角函数表
    打印0°至90°的三角函数表-Print 0 to 90 trigonometry table
    2022-04-11 09:51:20下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载