Difference between revisions of "Kronm new.m"
m (Add missing Version/authors metadata and remove raw author emails) |
(Update function See also links and function index membership) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 8: | Line 8: | ||
M=kronm_new(Q,M) | M=kronm_new(Q,M) | ||
| − | == | + | ==Parameters== |
Q - cell array of Kronecker terms | Q - cell array of Kronecker terms | ||
| − | + | ||
M - a vector or a matrix of appropriate dimension | M - a vector or a matrix of appropriate dimension | ||
| Line 20: | Line 20: | ||
==See also== | ==See also== | ||
| − | [[hdot.m]], [[ | + | [[hdot.m]], [[krondelta.m]], [[acomm.m]], [[arnoldi.m]], [[atranspose.m]], [[aux_mat.m]], [[binpack.m]], [[cheap_norm.m]], [[cheb_coeff.m]], [[clean_up.m]], [[dirdiff.m]], [[eigenfields.m]], [[expdrop.m]], [[expmint.m]], [[expmint2.m]], [[fftdiff.m]], [[fourdif.m]], [[fourlap.m]], [[frob_chop.m]], [[gaussfun.m]], [[herm_spline.m]], [[jacobianest.m]], [[keep_rank.m]], [[logfactorial.m]], [[lorentzcon.m]], [[lorentzfun.m]], [[md5_hash.m]], [[mprealloc.m]], [[remncomm.m]], [[remtrace.m]], [[rspert.m]], [[rspt_eig.m]], [[snormpdf.m]], [[svd_shrink.m]], [[tikhoind.m]], [[tikhonov.m]], [[trapdiff.m]], [[unit_oper.m]], [[unit_state.m]], [[vvpert.m]], [[Kernel_utilities]] |
''Version 2.11, authors: [[Ilya Kuprov]]'' | ''Version 2.11, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:38, 6 June 2026
Calculates (Q{1}(x)Q{2}(x)...(x)Q{n})*M without opening
Kronecker products.
Syntax
M=kronm_new(Q,M)
Parameters
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, krondelta.m, acomm.m, arnoldi.m, atranspose.m, aux_mat.m, binpack.m, cheap_norm.m, cheb_coeff.m, clean_up.m, dirdiff.m, eigenfields.m, expdrop.m, expmint.m, expmint2.m, fftdiff.m, fourdif.m, fourlap.m, frob_chop.m, gaussfun.m, herm_spline.m, jacobianest.m, keep_rank.m, logfactorial.m, lorentzcon.m, lorentzfun.m, md5_hash.m, mprealloc.m, remncomm.m, remtrace.m, rspert.m, rspt_eig.m, snormpdf.m, svd_shrink.m, tikhoind.m, tikhonov.m, trapdiff.m, unit_oper.m, unit_state.m, vvpert.m, Kernel_utilities
Version 2.11, authors: Ilya Kuprov