首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > 直接分解算法

直接分解算法

  • 资源大小:18.80 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 算法 c++ 算法 分解 直接

资 源 简 介

*   To factor the n by n matrix A = (A(I,J)) into the product of the*   lower triangular matrix L = (L(I,J)) and U = (U(I,J)), that is*   A = LU, where the main diagonal of either L or U consists of all ones:**   INPUT:   dimension n; the entries A(I,J), 1<=I, J<=n, of A;*            the diagonal L(1,1), ..., L(N,N) of L or the diagonal*            U(1,1), ..., U(N,N) of U.**   OUTPUT:  the entries L(I,J), 1<=J<=I, 1<=I<=n of L and the entries

文 件 列 表

FACTORIZATION
FACTORIZATION.cpp
factor~1.exe
VIP VIP
0.194514s