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
-
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
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
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
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
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
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
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
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
>
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));
10 matches
Mail list logo