diff doc/interpreter/linalg.txi @ 31547:212cc32100f5

Add new function 'tensorprod' (patch #10288) * scripts/linear-algebra/tensorprod.m: New function to compute tensor product. * scripts/linear-algebra/module.mk: Add tensorprod.m to file list. * doc/interpreter/linalg.txi: Link to docstring for tensorprod. * libinterp/corefcn/data.cc(mtimes), dot.cc, kron.cc: Add tensorprod seealso. * etc/NEWS.9.md: Note new function tensorprod.
author Kasper H. Filtenborg <kasper.filtenborg@gmail.com>
date Fri, 25 Nov 2022 13:58:54 -0500
parents 796f54d4ddbf
children 5f11de0e7440
line wrap: on
line diff
--- a/doc/interpreter/linalg.txi	Fri Nov 25 09:41:12 2022 -0800
+++ b/doc/interpreter/linalg.txi	Fri Nov 25 13:58:54 2022 -0500
@@ -211,6 +211,8 @@
 
 @DOCSTRING(kron)
 
+@DOCSTRING(tensorprod)
+
 @DOCSTRING(blkmm)
 
 @DOCSTRING(sylvester)