文件名称:matrix-transpose-operation
介绍说明--下载内容均来自于网络,请自行研究使用
稀疏矩阵的三元组存储及其转置运算。使用三元组存储以下稀疏矩阵,并使用3种转置算法进行转置。转置方法1:直接交换行列,再排序。 转置方法2:执行n次扫描。 转置方法3:快速转置。-Triple store sparse matrix transpose operation.Using a sparse matrix, the following triple store and use three kinds of the permutation algorithm to transpose.The transpose method: direct exchange ranks reordering. Transpose Method 2: Perform n scans. Transpose 3: Fast transpose.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
稀疏矩阵的三元组存储及其转置运算.c