Scilab 5.4.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
However, this page did not exist in the previous stable version.
jmat
row or column block permutation
Calling Sequence
[j]=jmat(n,m)
Arguments
- n
number of block rows or block columns of the matrix
- m
size of the (square) blocks
- j
(m*n,m*n) matrix with m*m eyed blocks
Description
This function yields a square matrix j
of size (m*n, m*n) that can be used for permuting the n blocks of m consecutive columns of a (m*n, m*n) square matrix W by W*j. For permuting the n
blocks of m
consecutive rows, use: j'*W
Example
Report an issue | ||
<< bilt | miscellaneous | sincd >> |