文件名称:Sparse-matrix-compression
介绍说明--下载内容均来自于网络,请自行研究使用
稀疏矩阵压缩存储的基本操作实现实验
要求:数据元素类型ElemType取float。
1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5)
2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from the keyboard two sparse matrices A, B of each element. (Row < = 5, column < = 5) 2) complete the matrix addition operation, and output.
要求:数据元素类型ElemType取float。
1)从键盘输入两个稀疏矩阵A、B的各元素。(行<=5,列<=5)
2)完成矩阵的加法运算,并输出。-Compressed storage of sparse matrix operations to achieve the basic experimental requirements: data element types ElemType take float. 1) from the keyboard two sparse matrices A, B of each element. (Row < = 5, column < = 5) 2) complete the matrix addition operation, and output.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
21.cpp