You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Multiplies a Toeplitz band matrix TB with a matrix x ("Toeplitz" means:
constant along each diagonal, "band" means: only diagonals along a
bandwidth around main diagonal are non-zero) If transp='prime', then TB'*x
is calculated. If x is a multi-dimensionaly array, then multiplication
goes along dimension dim, i.e. the "n-mode product" of the tensor x by
the matrix TB is calculated (see de Lathauwer et all, SIAM 2000, for a
definition). Never sets up the entire Toeplitz matrix, which is
storage-efficient. Option 'fill' implements a modification of TB to make
row sums constant; if TB is a Markov transition matrix, this corresponds
to confining jumps to within the grid boundaries.
Cite As
Matthias Kredler (2026). Fast Toeplitz band matrix multiplication (https://www.mathworks.com/matlabcentral/fileexchange/164196-fast-toeplitz-band-matrix-multiplication), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.0 (5.04 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.0.0 |
