[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Matlab vs. Octave speed of computation
From: |
Carlo de Falco |
Subject: |
Re: Matlab vs. Octave speed of computation |
Date: |
Fri, 17 Apr 2009 17:08:27 +0200 |
On 17 Apr 2009, at 08:02, lorenzosan wrote:
Thanks to all,
unfortunately I am not the only person who has written the code and
I can
not post it here!
In the meanwhile I have avoided another loop with a series of floor
and rem,
may be not optimized but I have seen a slight improvement in Matlab
but a
good one in Octave. Now it is ''only'' twice slower.
I think I will try C++, at the end...
Lorenzo,
From your previous emails I deduced that
1) As you are not allowed to share the code of your prgram it probably
is not free software
2) As you mentioned "end users", I believe your program is being
distributed.
if these assumptions are correct then consider that:
"Code written using Octave's native plug-in interface (also known as
a .oct file) necessarily links with Octave internals and is considered
a derivative work of Octave and therefore must be released under terms
that are compatible with the GPL." [1]
so if you distribute your code as .oct files you might be required to
share the source.
If my assumptions were incorrect then sorry for the noise.
Thanks!
c.
[1]
http://www.nabble.com/proposed-FAQ-entries-about-licensing-td22685608.html#a22685608