´

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.de

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

University of Bayreuth -