m_part_perm
synopsis: INT m_part_perm(OP a,b)
description:
you enter a PARTITION object, and b becomes a PERMUTATION object, lying in the class labeled by a. It is possible to enter a == b; a must be a partition of type VECTORexample:
#include "def.h"
#include "macro.h"
main()
{
OP a;
anfang();
a=callocobject();
scan(PARTITION,a); println(a);
m_part_perm(a,a); println(a);
freeall(a);
ende();
}
Send comments or suggestions to:
symmetrica (at) symmetrica.de
this page was automatically generated on So Jan 4 10:35:55 CET 2009 on the machine btn6xf