Dear Ralf,

unfortunately, I am unable to get trunk running under axiom. I leave the
debugging messages I inserted, maybe you spot something I missed. Maybe the
problem is that new always takes an argument in Axiom... I wonder how Aldor
knows the size of an entry when new(15)$PrimitiveArray is called...

Curiously, the first invocation of new -- corresponding to the sum-series in
SetPartition -- works. Only when accessing the summands we fail.

Martin

 coefficient(cycleIndexSeries()$SetPartition(ACINT), 0);
   cis$SetPartition start
   cis$SetPartition
   cis$SetPartition: before sum
   sum$FormalPowerSeries
   sum$FormalPowerSeries 2
   sum$FormalPowerSeries 3
   cis$SetPartition: after sum
   coefficient$FormalPowerSeries
   n:
   0
   coefficient$FormalPowerSeries preparation finished
   r1 OK
   apply$DataStream
   i:
   0
   resize!$DataStream
   sz:
   1
   resize!$DataStream: new
   new$ACPrimitiveArray
   new$ACPrimitiveArray: dummy OK
   new$ACPrimitiveArray: new OK
   resize!$DataStream: new OK
   sum$FormalPowerSeries generate
   apply$DataStream
   i:
   0
   resize!$DataStream
   sz:
   1
   resize!$DataStream: new
   new$ACPrimitiveArray
   new$ACPrimitiveArray: dummy OK
Looking in
   
PrimitiveArray(FormalPowerSeries(SparseDistributedPolynomial(Fraction(ACInteger()),
   CycleIndexVariable(), SparseIndexedPowerProduct(CycleIndexVariable(),
   ACMachineInteger())))) for new with code 713050688
 
   >> System error:
   FOAM-USER::|fiRaiseException| is invalid as a function.



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Aldor-combinat-devel mailing list
Aldor-combinat-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aldor-combinat-devel

Reply via email to