octave-maintainers
[Top][All Lists]
Advanced

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

Re: Some M core functions


From: Carnë Draug
Subject: Re: Some M core functions
Date: Tue, 23 Sep 2014 14:01:42 +0100

On 23 September 2014 10:53, Fotios Kasolis <address@hidden> wrote:
> Dear maintainers,
>
> this mail includes implementations of the address@hidden@b core functions:
>
> isdiag, istril, istriu, isbanded, bandwidth
>
> that i could not find info here http://hg.savannah.gnu.org/hgweb/octave/
> After checking them, feel free to use them.

Could you please submit these to the patch tracker [1]? This sort of
things get lost very easily on the mailing list.

You can probably replace most of isdiag() with "istriu (A) && istril
(A)" rather than duplicate the content of those functions.

Also, I think there's no problem with typing the word Matlab. As far
as I know, they haven't put a taboo curse on the name of the product
and even if they did, I'm not sure if it is triggered by written form.

Carnë

[1] https://savannah.gnu.org/patch/?func=additem&group=octave



reply via email to

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