|
D.10.1.13 permute_L
Procedure from library brnoeth.lib (see brnoeth_lib).
- Usage:
- permute_L( L, P ); L,P either intvecs or lists
- Return:
- list obtained from L by applying the permutation given by P.
- Note:
- If P is a list, all entries must be integers.
Example:
See also:
AGcode_Omega;
prepSV;
sys_code.
|