搜索资源列表
juzhenyunsuan
- 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能。-This procedure to complete the matrix input and output. Have the same number of rows and rows of the matrix between the adder, subtraction. Comply with the requirements of
parallel-invert
- 矩阵求逆的并行计算实现,带数据 mpi+vc6.0-parallel compute of matrix inverse
invert
- MPI 基本操作实现(矩阵数据结构以及求逆的并行计算)-MPI matrix invert
juzhenqiuni
- 矩阵求逆的源代码,可以进行简单的矩阵求逆计算,学生自己写的。-Matrix inverse of the source code, a simple matrix inversion calculation, written by the students themselves.
GAOSI
- 高斯消元法(或译:高斯消去法),是线性代数规划中的一个算法,可用来为线性方程组求解。但其算法十分复杂,不常用于加减消元法,求出矩阵的秩,以及求出可逆方阵的逆矩阵。不过,如果有过百万条等式时,这个算法会十分省时-Gauss elimination
LSMI-GPU-CUDA
- 程序是基于GPU的CUDA架构进行通用计算的程序,程序实现的功能是阵列信号处理的波束形成,实现方法是LSMI即迭代对角加载采样矩阵求逆法,用的编程软件是vs2012-the program is based on GPU s CUDA,its function is beamform for array signal process,the method is LSMI,vs2012 is used