conjugate_partition

synopsis: INT conjugate_partition(OP input,output)

description:

Computes the conjugate partition , there is no check whether input is a PARTITION object, there is no check whether output is an empty object. and there is no check whether input and output are different pointers. All these checks are done if you call the standard routine conjugate.

example:


 #include "def.h"
 #include "macro.h"
 main()
 {
 OP a,b;
 anfang();
 a = callocobject();
 b = callocobject();

 scan(PARTITION,a);
 println(a);
 /* conjugate_partition(a,a); produces an error */
 conjugate_partition(a,b); /* is ok */

 freeall(a); freeall(b);
 ende();
 }



Send comments or suggestions to:
symmetrica (at) symmetrica

this page was automatically generated on So Aug 10 12:23:24 CEST 2008 on the machine btn6xa