´

conjugate

synopsis: INT conjugate(OP in, out)

description:

computes the conjugate partition, it works for PARTITION and SKEWPARTITION. the variables in and out may be equal. In the case of a wrong input you gat an error message. The variable out is freed before the computation. It also works for SCHUR and the other symmetric functions, here it is applied to the partitions labeling one summand. Other symmetric functions are: HOM_SYM, ELM_SYM, POW_SYM, MONOMIAL

return:

OK or ERROR in the case of an error

bugs:

should work for CYCLOTOMIC, also for GRAL and PERMUTATION and MATRIX (but different parameters)

example:

 ......
 a = callocobject();
 b = callocobject();
 scan(PARTITION,a);
 conjugate(a,b);
 println(b);
 ......




Send comments or suggestions to:
symmetrica (at) symmetrica.de

this page was automatically generated on So Jan 4 10:35:44 CET 2009 on the machine btn6xf

University of Bayreuth -