Re: [OctDev] FYI: Octave being used for gigantic online course

2011-10-20 Thread Diego Sueiro
2011/10/20 Doug Stewart > > How many students are in the course? > According to http://engineering.stanford.edu/stanford-engineering-new-online-classes-hugely-popular-and-bursting-with-activity we might be roughly 66K. Diego -

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

2011-10-20 Thread c.
On 20 Oct 2011, at 17:13, Carnë Draug wrote: > Hi Carlos > > 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? > > Carnë the m-file version was included in Octav

Re: [OctDev] FYI: Octave being used for gigantic online course

2011-10-20 Thread Jordi Gutiérrez Hermoso
2011/10/20 Doug Stewart : > 2011/10/20 Jordi Gutiérrez Hermoso >> >> As you may already know, Octave is being used for the online machine >> learning class given at Stanford: >> >>     http://www.ml-class.org/course/resources/index?page=course-info >> >> This is probably the biggest exposure Octav

Re: [OctDev] FYI: Octave being used for gigantic online course

2011-10-20 Thread Doug Stewart
How many students are in the course? 2011/10/20 Jordi Gutiérrez Hermoso > As you may already know, Octave is being used for the online machine > learning class given at Stanford: > > http://www.ml-class.org/course/resources/index?page=course-info > > This is probably the biggest exposure Oc

[OctDev] FYI: Octave being used for gigantic online course

2011-10-20 Thread Jordi Gutiérrez Hermoso
As you may already know, Octave is being used for the online machine learning class given at Stanford: http://www.ml-class.org/course/resources/index?page=course-info This is probably the biggest exposure Octave has ever had all at once amongst students. Expect to see students enrolled in th

[OctDev] doubled pgmres in the linear-algebra package

2011-10-20 Thread Carnë Draug
Hi Carlos 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? Carnë -- The demand for IT netw

[OctDev] unvech, sub2ind_tril and ind2sub_tril

2011-10-20 Thread Juan Pablo Carbajal
Hi all, The vectorized version of unvech requires ind2sub_tril (unless somebody wants to paste the code inside, to make it autonomous). Shall we include this function and its counter part in the general package as well? JordiGH is updating sub2ind and ind2sub to include the behavior of sub2ind_tr

Re: [OctDev] Use octave in classical programming language

2011-10-20 Thread Michael Goffioul
2011/10/19 Martin Helm : > Am Mittwoch, den 19.10.2011, 12:28 -0500 schrieb Jordi Gutiérrez > Hermoso: > >> There is JHandles for Java, but I forget in what state of usability >> it's in nowadays. > > It is dead. It's not compatible with current octave code. Most of its logic has actually been tra

Re: [OctDev] LGLP LOBPCG.m code to include in OF linear-algebra

2011-10-20 Thread Carnë Draug
2011/10/19 Andrew Knyazev <2andrewknya...@gmail.com>: > On 10/19/2011 10:29 AM, Carnë Draug wrote: >> 2011/10/19 Andrew Knyazev <2andrewknya...@gmail.com>: >>> Carnė, Thank you very much for your help and the editing! >>> >>> I have submitted the laplacian function ~month ago, along with 2 others >

[OctDev] Any interest in Smalltalk-ish cell-array operations?

2011-10-20 Thread Dr. Alexander Klein
Hello list, the other day I lashed up some functions that mimick what I always liked so much about the Smalltalk-80 way to deal with collections, for example injectInto, which allows one to write: a=num2cell(randn(7)); injectInto( a, -70, @(x, y) ( x + y ) ) instead of: a=num2cell(randn(7));