Re: [OctDev] Removing combinatorics package

2012-04-19 Thread Juan Pablo Carbajal
2012/4/19 Carnë Draug : > Hi everybody > > I was looking at the combinatorics package which is really small (3 > functions) and thought of merging into something else for ease of > maintenance. > > The first function, combs, does exactly what nchoosek but slower (this > is mentioned on the function

[OctDev] Removing combinatorics package

2012-04-19 Thread Carnë Draug
Hi everybody I was looking at the combinatorics package which is really small (3 functions) and thought of merging into something else for ease of maintenance. The first function, combs, does exactly what nchoosek but slower (this is mentioned on the function help text). The only difference I see

Re: [OctDev] Octave inputParser

2012-04-19 Thread Jordi Gutiérrez Hermoso
On 19 April 2012 13:44, Aki Vehtari wrote: > If I understood correctly, the current implementation of classes in > Octave does not allow same syntax as in Matlab? Matlab has two kinds of classes. Old-style classes that use @subdirectories/ @named/ @like/ @this/ and new-style classes that are defi

Re: [OctDev] Octave inputParser

2012-04-19 Thread Carnë Draug
On 19 April 2012 13:44, Aki Vehtari wrote: > Hi, > > Our research group has made a Matlab toolbox GPstuff (GPL3 license), which > is using inputParser. We are interested in testing whether we can make it > work with Octave, too. I found your Octave implementation of inputParser and > some email li

Re: [OctDev] Circulant matrices

2012-04-19 Thread Carnë Draug
Hi I have made small change to circulant eig on the way it sets the warning levels. It should now restore the warnings back to the previous state when finished and does it in a unwind_protect block (just in case). Carnë