Scilab 5.5.0
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. This function is obsolete.
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
See Also
- flipdim — flip x block components along a given dimension
History
Version | Description |
5.5.0 | Tagged as obsolete, please use flipdim instead. Will be removed in Scilab 5.5.1. |
Report an issue | ||
<< bilt | miscellaneous | sincd >> |