行列演算
行列演算をモデル化するためのブロック
Matrix Operations ライブラリのブロックを使用して一般的な行列演算をモデル化します。
ブロック
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 | Compute hermitian transpose of matrix |
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 Square | Compute square of input matrix |
Permute Matrix | Reorder matrix rows or columns |
Product, Matrix Multiply | スカラー、非スカラーの乗算と除算、あるいは行列の乗算と逆行列 |
Submatrix | Select subset of elements (submatrix) from matrix input |
Transpose | Compute transpose of matrix |
Vector Concatenate, Matrix Concatenate | 同じデータ型をもつ入力信号を連結して連続した出力信号を作成 |