summaryrefslogtreecommitdiffstats
path: root/determ.txi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:06:40 -0800
commita69c9fb665459e2bfdbda1bf80741a0af31a7faf (patch)
treef0bc974f8805049e6b9a4e6864886298fbaa05a4 /determ.txi
parent4684239efa63dc1b2c1cbe37ef7d3062029f5532 (diff)
downloadslib-upstream/3b5.tar.gz
slib-upstream/3b5.zip
New upstream version 3b5upstream/3b5upstream
Diffstat (limited to 'determ.txi')
-rwxr-xr-x[-rw-r--r--]determ.txi6
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