搜索资源列表
Matrix
- 矩阵的基本运算,加法,减法,乘方等。书写规范,便于阅读-Marix
0-1fenpei
- 本程序是用来解决0-1规划问题的,匈牙利算法的MATLAB程序(用以解决分配(指派)问题) 本程序的用法是:输入效率矩阵 marix 为方阵,调用自编指令[z,ans]=fenpei(marix) 输出z为最优解,ans为最优分配矩阵。-This procedure usage is: input efficiency marix phalanx, calls for matrix maozhi instructions, [z]
matrix_relatedAlgorithm
- 矩阵先关运算,比如特征值分解,矩阵求逆。(Matrix related computation code, such as eigen value compuation, matrix inversion, etc.)