help-octave
[Top][All Lists]
Advanced

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

Re: Order of matrix multiplication


From: Nicholas Jankowski
Subject: Re: Order of matrix multiplication
Date: Mon, 12 Sep 2016 13:10:01 -0400



On Mon, Sep 12, 2016 at 1:06 PM, Nicholas Jankowski <address@hidden> wrote:
On Mon, Sep 12, 2016 at 9:05 AM, Bernardo Sulzbach <address@hidden> wrote:

<snip>
So mtimes definitely has the ability to be enhanced with better decision making for nargin>2. Would just require someone with the time and effort to implement:
 if (nargin >2) {do something smart} endif



just to add, I believe there is a current thought to focus post-"4.2 release" on performance enhancement. This could be an interesting small project toward that goal. I would imagine an speed optimized mtimes function could be used in a number of other functions as well, so that 'small' project could have large dividends.

Maybe worth making a 'feature request' on the bug or patch tracker so that it doesn't disappear into the mailing list netherworld?

reply via email to

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