ndarray-ldl-factorization:ndarray的LDL分解

时间:2021-05-19 12:20:33
【文件属性】:
文件名称:ndarray-ldl-factorization:ndarray的LDL分解
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-19 12:20:33
JavaScript ndarray-ldl-factorization ndarray的LDL分解 安装 $ npm install ndarray-ldl-factorization 要在浏览器中使用,请使用 。 用法 var ldl = require ( 'ndarray-ldl-factorization' ) ; ldl(A, L, d) 此函数计算矩阵A = LDL^t的LDL分解,其中L是较低单位的三角形矩阵, D是对角矩阵。 有关更多信息,请查阅Gene H. Golub和Charles F. Van Loan所著的《矩阵计算》 (第三版)一书。 该函数将L和d ( D的对角元素的向量)作为参数,并在执行过程中对其进行更改。 请特别注意, L的上三角部分保持不变,因此不会自动归零。 ldl(A) 此函数计算矩阵A = LDL^t的就地LDL分解。 使用diag = require('
【文件预览】:
ndarray-ldl-factorization-master
----.jshintrc(1KB)
----.gitignore(711B)
----package.json(1KB)
----.travis.yml(71B)
----LICENSE(1KB)
----examples()
--------index.js(423B)
----.jshintignore(118B)
----README.md(3KB)
----lib()
--------index.js(1KB)
--------triple-dot-product.js(365B)
--------squared-dot-product.js(298B)
----.npmignore(498B)
----.gitattributes(12B)
----test()
--------test.js(4KB)
----.editorconfig(169B)

网友评论