Fast Toeplitz band matrix multiplication

Fast and storage-efficient multiplication by Toeplitz band matrix, using Matlab's filter function.
1 descarga
Actualizado 22 abr 2024

Ver licencia

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.

Citar como

Matthias Kredler (2024). Fast Toeplitz band matrix multiplication (https://www.mathworks.com/matlabcentral/fileexchange/164196-fast-toeplitz-band-matrix-multiplication), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R2024a
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Etiquetas Añadir etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.0.0