このページの翻訳は最新ではありません。ここをクリックして、英語の最新版を参照してください。
Matrix Operations
行列演算をモデル化するためのブロック
Matrix Operations ライブラリのブロックを使用して一般的な行列演算をモデル化します。
ブロック
Create Diagonal Matrix | 対角要素からの正方対角行列の作成 |
Cross Product | 2 つのベクトルのクロス積 |
Extract Diagonal | 入力行列の主対角の抽出 |
Hermitian Transpose | 行列のエルミート転置の計算 |
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 | 同じデータ型をもつ入力信号を連結して反復処理を実行 |