Scilab-Branch-6.1-GIT
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
pertrans
第2対角項を基準として転置
呼び出し手順
[Y] = pertrans(X)
引数
- X, Y
任意の型の正方または矩形の行列
説明
Y=pertrans(X)
は,
X
の
並び替えおよび転置を同時に実施したもの,
すなわち,
X
の第2対角項に関して対称な行列を返します
(ユーティリティ関数).
参照
- transposition — (') 転置演算子, 文字列デリミタ
- flipdim — 指定した次元に沿って x ブロック要素を反転
- permute — permutes the dimensions of an array
Report an issue | ||
<< permute | matrixmanipulation | resize_matrix >> |