Skip to main content

Module matrix

Module matrix 

Source
Expand description

矩阵操作

Functions§

determinant
矩阵行列式(使用余子式展开递归计算)
inverse
矩阵求逆(使用高斯 - 约旦消元法,仅适用于小矩阵)
power_iteration
特征值和特征向量(使用幂迭代法,仅适用于对称矩阵)
transpose
矩阵转置(2D 专用)