|
From: | Nicholas Jankowski |
Subject: | Re: Order of matrix multiplication |
Date: | Mon, 12 Sep 2016 13:10:01 -0400 |
On Mon, Sep 12, 2016 at 9:05 AM, Bernardo Sulzbach <address@hidden> wrote:
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
[Prev in Thread] | Current Thread | [Next in Thread] |