octave-maintainers
[Top][All Lists]
Advanced

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

Re: Improving sqrtm


From: John W. Eaton
Subject: Re: Improving sqrtm
Date: Tue, 16 Feb 2016 11:01:52 -0500
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0

On 02/16/2016 03:10 AM, Mudit Sharma wrote:
All,
I'm improving sqrtm in Octave and want to align it with
the sqrtm from Matlab which has 3 output arguments,
whereas the existing sqrtm.cc from octave has 2 .

Here's the link for sqrtm from Matlab:
https://github.com/RickOne16/sqrtm/blob/master/sqrtm.m

and this is octave's sqrtm:
https://github.com/RickOne16/sqrtm/blob/master/sqrtm.cc

How do I change the octave's sqrtm code to align it with that
from Matlab which has 3 output arguments?

One thing you can't do is use the code you've linked to as a basis for your changes. That code clearly has a MathWorks copyright notice on it. So now I'm not likely to accept any changes from you related to this function.

If you want to contribute to the development of Octave it is critical that the work you do is your own, or that it is based on free software.

jwe




reply via email to

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