搜索资源列表
MatrixTransposition
- 矩阵的转置,实现矩阵的行列之间的倒换转置,很好理解的-matrix transpose, achieving the ranks of matrix switching switch between the home and a good understanding of
matrix
- 求一个实数矩阵的转置的函数,并返回一个整形值
CPP_MatrixProj
- 矩阵(Matrix)是一个数学概念,它具有以下行为: (1) 两个矩阵相加 (2) 两个矩阵相乘 (3) 一个矩阵转置 用面向对象编程思想实现-Matrix (Matrix) is a mathematical concept, it has the following acts: (1) the sum of two matrices (2) the two matrices (3) a matrix transpose thinking with the realizatio
Matrix
- MFC实现计算器和矩阵运算,可以进行简单的加减乘除,还有矩阵的转置-Calculator and matrix operations use MFC,Can be a simple addition and subtraction multiplication and division
Matrix
- 矩阵的乘、除、转置等的应用程序,可以作为参考用。-Matrix multiplication, addition, transposition and other applications
xishujuzhendezhuanzhi
- 完成稀疏矩阵的转置的具体操作,还带测试内容。-Completion of the sparse matrix transpose operation, also with the test content.
SparsMatrix
- 利用稀疏矩阵数组来存放稀疏矩阵,实现o(n)时间内的转置和o(m^2)时间的乘法。-Sparse matrix array to store sparse matrix multiplication achieve transpose and o (m ^ 2) o (n) time period of time.