快速 Kronecker 矩阵乘法,适用于全矩阵和稀疏矩阵任何大小。 从不计算实际的 Kronecker 矩阵并省略乘以单位矩阵。 y = kronm(Q,x) 计算y = (Q{k} kron ... Q{2} kron Q{1})*x 如果 Q 仅包含两个矩阵且 x 是向量,则代码使用身份( Q{2} 克朗 Q{1} )*vec(X) = vec(Q{1}*X*Q{2}'), 其中 vec(X)=x。 如果 Q 包含两个以上的矩阵和/或如果 x 有更多除了一列之外,该算法使用此身份的广义形式。 该算法的思想是将 x 视为一个多维数组并分别为每个维度 i 应用线性映射 Q{i}。 致谢: 此代码遵循与 Paul G. Constantine & 的“kronmult”相同的想法David F. Gleich(斯坦福大学,2009 年)。 但是,我避免循环并允许非平方输入 Q{i}。 我还
2023-03-17 16:07:23 4KB matlab
1
lrslibrary:用于视频中背景建模和减法的低秩和稀疏工具
2023-03-11 21:03:13 32.39MB matlab matrix matrix-factorization tensor
1
webgl相关 cuon-matrix.js+cuon-utils.js+webgl-debug.js+webgl-utils.js
2023-03-04 13:33:56 16KB webgl
1
Richard S Varga 著 是学习数值线性代数,矩阵迭代的重要参考书籍。
2023-03-03 15:44:32 23.94MB 矩阵迭代 数值线性代数 Richard S
1
Label Matrix 32 4.8 中文破解版
2023-02-28 14:48:40 13.86MB Label Matrix 32 4.8
1
这是label matrix powerpro7.02版本,这是第一部分,共有两部分,里面有安装文件、破解文件、说明文档,同时在我的资源里有delphi调用label matrix软件的源码例子,请在我的资源里搜索“delphi调用label matrix”,也有其它语言调用的例子,用心查找
2023-02-24 10:27:19 38.15MB label matrix
1
图灵原版数学统计学系列33 矩阵计算(英文版)Matrix Computations, 4th Edition, Gene H.Golub, Johns Hopkins 2013.pdf
2023-02-22 13:48:24 13.54MB mat
1
协方差矩阵的估计 两种方法的实现(Python) “股票收益协方差矩阵的改进估计及其在投资组合选择中的应用/ Ledoit and Wolf 2001”( “大尺寸协方差矩阵的直接非线性收缩估计/ Ledoit and Wolf 2017”
1
The first version of this book was a set of lecture notes for a graduate course on data mining and applications in science and technology organized by the Swedish National Graduate School in Scientific Computing (NGSSC). Since then the material has been used and further developed for an undergraduate course on numerical algorithms for data mining and IT at Link¨oping University. This is a second course in scientific computing for computer science students.
2023-02-19 17:04:23 17.93MB pattern recognition
1