Re: [fricas-devel] html.spad

2018-03-27 Thread oldk1331
Sorry about that. Can you review a small cleanup in html.spad? --- a/src/algebra/html.spad +++ b/src/algebra/html.spad @@ -380,12 +380,8 @@ if enableGrid then if tagName = "table" then enableGrid := false if tagName = "tr" then enableGrid := false - b : List Boolean

Re: [fricas-devel] [PATCH] avoid unnecessary allocation in DirectProduct

2018-03-27 Thread oldk1331
I'm sorry for not mentioning the previous discussion: "Control stack exhausted" in 2017 Sep 13. I benchmarked the "control-stack-exhausted.input" attachment in that email, and this patch speeds up function "groebner" by 27%. I run that file twice: first time: 1639.22s (before patch) / 1205.55s

[fricas-devel] html.spad

2018-03-27 Thread Martin Baker
oldk1331, Thanks for fixing the typos in html.spad but I'm not sure about the americanisation of the word 'customise'! Martin -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To unsubscribe from this group and stop

Re: [fricas-devel] [PATCH] avoid unnecessary allocation in DirectProduct

2018-03-27 Thread Waldek Hebisch
oldk1331 wrote: > > This change has been discussed long time ago, > now I'm posting it again for review: > > By using domain variables 'tmp0' and 'tmp1', > this patch avoids allocation when computation > fails. > > diff --git a/src/algebra/vector.spad b/src/algebra/vector.spad > index

Re: [fricas-devel] Re: FriCAS documentation and HyperDoc

2018-03-27 Thread 'Nasser M. Abbasi' via FriCAS - computer algebra system
On Tuesday, March 27, 2018 at 2:32:32 AM UTC-5, Ralf Hemmecke wrote: > > > I just use tex4ht to convert Latex to HTML. > > I've done Aldor-Combinat with tex4ht. > http://www.risc.jku.at/people/hemmecke/AldorCombinat/ > > Sorry, but the effort to produce such a website in the first place is >

Re: [fricas-devel] Re: FriCAS documentation and HyperDoc

2018-03-27 Thread Ralf Hemmecke
> I just use tex4ht to convert Latex to HTML. I've done Aldor-Combinat with tex4ht. http://www.risc.jku.at/people/hemmecke/AldorCombinat/ Sorry, but the effort to produce such a website in the first place is not simply zero. And to be honest, it doesn't look quite impressive. Furthermore there