Difference between revisions of "Kronm new.m"
(Add See also section to function-description page) |
m (Add missing Version/authors metadata and remove raw author emails) |
||
| Line 18: | Line 18: | ||
M - a vector or a matrix of appropriate dimension | M - a vector or a matrix of appropriate dimension | ||
| − | |||
==See also== | ==See also== | ||
[[hdot.m]], [[kronm_new.m]], [[krondelta.m]], [[Kernel_utilities#Numerical_infrastructure|Numerical infrastructure]] | [[hdot.m]], [[kronm_new.m]], [[krondelta.m]], [[Kernel_utilities#Numerical_infrastructure|Numerical infrastructure]] | ||
| + | |||
| + | ''Version 2.11, authors: [[Ilya Kuprov]]'' | ||
Revision as of 17:26, 5 June 2026
Calculates (Q{1}(x)Q{2}(x)...(x)Q{n})*M without opening
Kronecker products.
Syntax
M=kronm_new(Q,M)
Arguments
Q - cell array of Kronecker terms
M - a vector or a matrix of appropriate dimension
Outputs
M - a vector or a matrix of appropriate dimension
See also
hdot.m, kronm_new.m, krondelta.m, Numerical infrastructure
Version 2.11, authors: Ilya Kuprov