矩阵运算
用于矩阵运算建模的模块
使用矩阵运算库中的模块来对常用矩阵运算进行建模。
模块
Create Diagonal Matrix | Create square diagonal matrix from diagonal elements |
Cross Product | Cross product of two vectors |
Extract Diagonal | Extract main diagonal of input matrix |
Hermitian Transpose | 计算矩阵的 Hermitian 转置 |
Identity Matrix | Generate matrix with ones on main diagonal and ground values elsewhere |
IsHermitian | Check if matrix is Hermitian or skew-Hermitian |
IsSymmetric | Check if matrix is symmetric or skew-symmetric |
IsTriangular | Check if matrix is upper or lower triangular |
Matrix Concatenate | Concatenate input matrices of same data type for iterative processing |
Matrix Square | Compute square of input matrix |
Neighborhood Processing Subsystem | Create algorithm that follows the neighborhood pattern |
Permute Matrix | Reorder matrix rows or columns |
Product, Matrix Multiply | 标量和非标量的乘除运算或者矩阵的乘法和逆运算 |
Submatrix | Select subset of elements (submatrix) from matrix input |
Transpose | 计算矩阵转置 |
Vector Concatenate、Matrix Concatenate | 串联相同数据类型的输入信号以进行迭代处理 |