diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2017-02-20 00:06:40 -0800 |
commit | a69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch) | |
tree | f0bc974f8805049e6b9a4e6864886298fbaa05a4 /determ.txi | |
parent | 4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff) | |
download | slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.tar.gz slib-a69c9fb665459e2bfdbda1bf80741a0af31a7faf.zip |
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'determ.txi')
-rwxr-xr-x[-rw-r--r--] | determ.txi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/determ.txi b/determ.txi index c230046..4c37346 100644..100755 --- a/determ.txi +++ b/determ.txi @@ -54,10 +54,12 @@ Returns the element-wise difference of matricies @var{m1} and @var{m2}. Returns the product of matrices @var{m1} and @var{m2}. -@defunx matrix:product m1 z +@end defun +@defun matrix:product m1 z Returns matrix @var{m1} times scalar @var{z}. -@defunx matrix:product z m1 +@end defun +@defun matrix:product z m1 Returns matrix @var{m1} times scalar @var{z}. @end defun |