Difference between revisions of "Opium/kron.m"
(→See also) |
(Update function See also links and function index membership) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{DISPLAYTITLE:opium/kron | + | {{DISPLAYTITLE:opium/kron.m}} __NOTOC__ |
Kronecker products involving an OPIUM object. | Kronecker products involving an OPIUM object. | ||
| Line 6: | Line 6: | ||
c=kron(a,b) | c=kron(a,b) | ||
| − | == | + | ==Parameters== |
a,b - Kronecker operands, can be | a,b - Kronecker operands, can be | ||
| Line 16: | Line 16: | ||
==See also== | ==See also== | ||
| − | [[polyadic.m]], [[ttclass.m]], [[kronm.m]], [[opium/opium.m]], [[opium/mtimes.m]] | + | [[polyadic.m]], [[ttclass.m]], [[kronm.m]], [[opium/opium.m]], [[opium/mtimes.m]], [[opium/full.m]], [[opium/size.m]], [[Tensor_train_module]] |
| − | |||
''Version 2.4, authors: [[Ilya Kuprov]]'' | ''Version 2.4, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:39, 6 June 2026
Kronecker products involving an OPIUM object.
Syntax
c=kron(a,b)
Parameters
a,b - Kronecker operands, can be
matrices or opia
Outputs
c - resulting product
See also
polyadic.m, ttclass.m, kronm.m, opium/opium.m, opium/mtimes.m, opium/full.m, opium/size.m, Tensor_train_module
Version 2.4, authors: Ilya Kuprov