搜索资源列表
L1_Tracking_v4_release
- 该程序将计算机视觉的目标跟踪问题转化为寻找稀疏矩阵的过程,将预先的得到的样本粒子与稀疏矩阵线性相乘得到目标-The program will target tracking in computer vision into the process of finding a sparse matrix, the sample will be obtained in advance of the particles multiplied with the goal of sparse linear
matrics_multiply
- Matlab中优化多个矩阵相乘以提高计算效率的源代码。-Optimize a number of Matlab matrices to improve the computational efficiency of the source code.
SSMULT-2.0.1.tar
- 实现两个稀疏矩阵相乘(效率高于早期的Matlab自带的程序),Matlab编程 -SSMULT is a simple stand-alone MATLAB mexFunction that computes C=A*B where both A and B are sparse. It is typically faster and always uses less memory than C=A*B in MATLAB 7.4 (or earlier). Works on MATLAB
matlab
- 在MATLAB中写M文件:要求用三重循环求两矩阵相乘-M file in MATLAB, write: Request to use triple-loop order to multiply two matrices
anp
- NP是美国匹兹堡大学的T.L.Saaty 教授于1996年提出了一种适应非独立的递阶层次结构的决策方法,它是在网络分析法(AHP)基础上发展而形成的一种新的实用决策方法。其关键步骤有以下几个: 1 确定因素,并建立网络层和控制层模型。 2 创建比较矩阵。 3 按照指标类型针对每列进行规范化。 4 求出每个比较矩阵的最大特征值和对应的特征向量。 5 一致性检验。如果不满足,则调整相应的比较矩阵中的元素。 6 将各个特征向量单位化(归一化)
toeplitzmult
- Toeolitz矩阵的相乘程序,实现Toeplitz矩阵的相乘操作-matlab program for toeplitz matrix multiplication
matirx-muliplication
- 矩阵相乘,基于CUDA用并行算法实现矩阵的乘法-matrix muliplication with parallel algorithm implication matrix muliplication base on CUDA
matrix_mul_block_parallel
- 此程序使用MPI实现两个矩阵的相乘,使用的语言是C-This program uses MPI to achieve multiply two matrices, the use of the language is C
matrixmultiplication.for
- 用fortran程序实现两个矩阵相乘,短小精悍-multiplication of two matrix
lda
- LDA空间降维程序,此程序通计算数据的特征值和特征向量,再通过矩阵相乘,从而达到降维的目的。-LDA space dimension reduction procedure, this procedure pass computing the eigenvalues and eigenvectors of the data, and then through the matrix multiplication, so as to achieve the purpose
aprecon
- 超强的矩阵计算程序 矩阵求逆 相乘 相加 相减-Super matrix inverse matrix calculation procedures multiplying the sum of subtraction
fenzhifa2
- 分治法矩阵相乘函数,优化时间复杂度,简单递归调用-Divide and conquer matrix multiplication function
ldu
- 将一个稀疏矩阵分解因子,构成上三角矩阵,对角矩阵和下三角矩阵相乘的形式。即LDU分解。-Factoring a sparse matrix, constitute the upper triangular matrix, in the form of a diagonal matrix and lower triangular matrix multiplication. That LDU decomposition.
ConvMatrix
- 将两个矩阵的卷积运算转换为构造的新矩阵的相乘运算-The two matrix of convolution operation into the matrix multiplication
Multifunctional-matrix-calculator
- 多功能矩阵计算器是一个方便实用的矩阵计算软件,无需安装,下载可直接免费使用。 功能列表: 1.可计算转置矩阵、代数和、伴随矩阵、逆矩阵 2.可计算两个矩阵的相加、相乘结果 3.可直接从Excel表中复制数据,减少手动输入数据的麻烦 4.可导出计算结果为txt文件,文件内容可直接复制到Excel表格中-Multifunctional matrix calculator is a handy utility matrix calculation software, no installation,
xhmdecode
- 循环码最大的特点就是码字的循环特性,所谓循环特性是指:循环码中任一许用码组经过循环移位后,所得到的码组仍然是许用码组,也就是说,不论是左移还是右移,也不论移多少位,仍然是许用的循环码组. 译码过程 第一步:由接收码字 Rx与监督矩阵相乘得出错误图样S; 第二步:判断S是否为零。若不为零,则出错。在假定至多只有一位错的情况下,可以有效地译出相应的信息码字。 第三步:在出错的情况下,将S与标准监督矩阵对比,得出错误的比特位并进行更正得出前四位为信息码字。-Ring
FFT,FrFT的算子表述
- 通过矩阵相乘的方式实现FFT,FrFT。压缩感知必备,值得拥有
