octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: proposed FAQ entries about licensing


From: John W. Eaton
Subject: Re: proposed FAQ entries about licensing
Date: Tue, 21 Apr 2009 09:51:07 -0400

On 20-Apr-2009, Judd Storrs wrote:

| Was it ever decided if we can add C99 complex-style MEX accessors even if
| they don't exist in Matlab? If I recall correctly, the main objection is
| that code written using the new function couldn't work on Matlab, thus the
| MEX files were obviously derived from Octave?

That's my position, and I have no plans to add anything to the MEX
interface.

| Suppose I go ahead and write a set of limited utility functions that only
| use Matlab mex that convert complex matrices into C99-form (causing all
| sorts of data copying when used in Matlab). Would octave be allowed to
| implement them more efficiently?

As I see it, your functions for Matlab would not be part of the Matlab
MEX interface and your functions for Octave would have to be written
using Octave internals, so they would be subject to the terms of the
GPL.

jwe


reply via email to

[Prev in Thread] Current Thread [Next in Thread]