aboutsummaryrefslogtreecommitdiffstats
path: root/determ.txi
diff options
context:
space:
mode:
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