|
D.9.1.13 permute_LProcedure from library
Example: LIB "brnoeth.lib"; list L=list(); L[1]="a"; L[2]="b"; L[3]="c"; L[4]="d"; intvec P=1,3,4,2; // the list L is permuted according to P : permute_L(L,P); → [1]: → a → [2]: → c → [3]: → d → [4]: → b See also: AGcode_Omega; prepSV; sys_code. |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |