文件名称:m
介绍说明--下载内容均来自于网络,请自行研究使用
矩阵转置
输入:
l 稀疏矩阵的行数、列数、非零元个数(三个数都大于0)
l 以行为主序输入稀疏矩阵三元组表
输出:
l 辅助数组num[ ]
l 辅助数组cpot[ ]
l 以行为主序输出对应的转置矩阵三元组表-Matrix transpose input: l sparse matrix rows, columns, nonzero number (three numbers are greater than 0) l-major sparse matrix triple input sequence table output: l assisted array num [] l auxiliary array cpot [] l-major sequence corresponding to the transposed matrix output triples table
输入:
l 稀疏矩阵的行数、列数、非零元个数(三个数都大于0)
l 以行为主序输入稀疏矩阵三元组表
输出:
l 辅助数组num[ ]
l 辅助数组cpot[ ]
l 以行为主序输出对应的转置矩阵三元组表-Matrix transpose input: l sparse matrix rows, columns, nonzero number (three numbers are greater than 0) l-major sparse matrix triple input sequence table output: l assisted array num [] l auxiliary array cpot [] l-major sequence corresponding to the transposed matrix output triples table
(系统自动生成,下载前可以参看下载内容)
下载文件列表
m.c