octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #52723] unexpected space in matrix expression


From: anonymous
Subject: [Octave-bug-tracker] [bug #52723] unexpected space in matrix expression (brackets) in document
Date: Fri, 22 Dec 2017 02:04:04 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0

Follow-up Comment #2, bug #52723 (project octave):

And another issue in the same chapter:
(It's too small so I didn't open a new bug report.)

In Section 8.3 Arithmetic Operators, page 145,
unlike ".*" (times), the "*" (mtimes) has no relation to broadcasting.

--- a/doc/interpreter/expr.txi
+++ b/doc/interpreter/expr.txi
@@ -535,8 +535,7 @@
 @item @var{x} * @var{y}
 @opindex *
 Matrix multiplication.  The number of columns of @var{x} must agree with
-the number of rows of @var{y}, or they must be broadcastable to the same
-shape.
+the number of rows of @var{y}.
 
 @item @var{x} .* @var{y}
 @opindex .*



    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?52723>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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