[OctDev] geometry-1.2.0 Released

2011-10-21 Thread Juan Pablo Carbajal
Hi all The geometry package version 1.2.0 is uploaded to the forum https://sourceforge.net/apps/phpbb/octave/viewtopic.php?f=1&t=1 All matGeom/geom2d is included. Take a look: lots of interesting functions to add to core/geometry! Feedback very welcome. NEWS http://octave.svn.sf.net/viewvc/octav

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-21 Thread c.
On 21 Oct 2011, at 19:28, Carnë Draug wrote: > Hmm you think it's really worth keep it in octave-forge if the > difference in speed is that small? Your're right I'm not sure it's worth the effort of maintaining an extra function, so it's OK if you remove it > And if we were to remove it (a

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-21 Thread Carnë Draug
2011/10/21 c. : > On 21 Oct 2011, at 13:13, Carnë Draug wrote: >> 2011/10/20 c. : >>> the C++ version has the same functionality but is (very slightly) faster so >>> you might want to keep it. >> >> If it has the same functionality but works faster, why not use it in >> octave-core too? >> Is ther

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-21 Thread c.
On 21 Oct 2011, at 13:13, Carnë Draug wrote: > 2011/10/20 c. : >> On 20 Oct 2011, at 17:13, Carnë Draug wrote: >>> I noticed that you have implemented 2 versions of the pgmres function >>> in the linear-algebra package, one in C++ and another in octave. >>> Should we remove one of them? If so, wh

Re: [OctDev] making gui

2011-10-21 Thread Carnë Draug
Please always make "reply to all" to CC the mailing list. 2011/10/21 Wojciech Brański : > > Is there any example/tutorial > how to use it you could recommend me > beside packages manual? No, there is not. Check out the latest version from dev and run 'help zenity_whatever' (whatever is the zenity

Re: [OctDev] doubled pgmres in the linear-algebra package

2011-10-21 Thread Carnë Draug
2011/10/20 c. : > On 20 Oct 2011, at 17:13, Carnë Draug wrote: >> I noticed that you have implemented 2 versions of the pgmres function >> in the linear-algebra package, one in C++ and another in octave. >> Should we remove one of them? If so, which? > > the m-file version was included in Octave-co

Re: [OctDev] making gui

2011-10-21 Thread c.
On 21 Oct 2011, at 11:41, Michael Goffioul wrote: > 2011/10/21 Wojciech Brański : >> Hi! >> This is my first mail to this list. >> I've got question about making gui for octave's programs. >> Is there any posibility to making interactive programs with >> slider, checkbox and so on for gnu octave?

Re: [OctDev] making gui

2011-10-21 Thread Michael Goffioul
2011/10/21 Wojciech Brański : > Hi! > This is my first mail to this list. > I've got question about making gui for octave's programs. > Is there any posibility to making interactive programs with > slider, checkbox and so on for gnu octave? > If there is, could you give me some hint where to start

Re: [OctDev] making gui

2011-10-21 Thread Carnë Draug
2011/10/21 Wojciech Brański : > Hi! > This is my first mail to this list. > I've got question about making gui for octave's programs. > Is there any posibility to making interactive programs with > slider, checkbox and so on for gnu octave? > If there is, could you give me some hint where to start

[OctDev] making gui

2011-10-21 Thread Wojciech Brański
Hi! This is my first mail to this list. I've got question about making gui for octave's programs. Is there any posibility to making interactive programs with slider, checkbox and so on for gnu octave? If there is, could you give me some hint where to start with? Thenks for answer. Regards Woj ---