Skip to Content.
Sympa Menu

mathemagix-devel - Re: [Mathemagix] shell & glue

Subject: Mathemagix

List archive

Re: [Mathemagix] shell & glue


Chronological Thread 
  • From: Joris van der Hoeven <address@concealed>
  • To: address@concealed
  • Subject: Re: [Mathemagix] shell & glue
  • Date: Tue, 27 Oct 2009 16:15:45 +0100

On Fri, Oct 23, 2009 at 08:12:48PM +0200, Grégoire Lecerf wrote:
> 2) The glued 'iterate functions temporarily produce Generator Generic.
> This is a hack done in autoglue only. It will be removed with the new
> interpreter.
>
> Example: for i: Integer in polynomial (1,2,3) do mmout << i << "\n";

I get lots of messages

Warning: unresolved type encountered in converter (307, 328): Vector (Ball
(Double)) -> Unknown
Warning: unresolved type encountered in converter (306, 329): Vector (Ball
(Complex (Double))) -> Unknown
Warning: unresolved type encountered in converter (291, 250): Series (Ball
(Floating)) -> Unknown
Warning: unresolved type encountered in converter (295, 251): Series (Ball
(Complex (Floating))) -> Unknown
Warning: unresolved type encountered in converter (243, 250): Polynomial
(Ball (Floating)) -> Unknown
Warning: unresolved type encountered in converter (199, 251): Polynomial
(Ball (Complex (Floating))) -> Unknown
Warning: unresolved type encountered in converter (200, 250): Vector (Ball
(Floating)) -> Unknown
Warning: unresolved type encountered in converter (198, 251): Vector (Ball
(Complex (Floating))) -> Unknown

I guess that these are the iterators. Please do something about that.

Best, --Joris



Archive powered by MHonArc 2.6.18.

Top of Page