Block Levinson solver

版本 1.1.0.0 (1.7 KB) 作者: Tobin Fricke
Efficiently solve symmetric block Toeplitz matrix equations using Block Levinson recursion
1.2K 次下载
更新时间 2011/4/1

查看许可证

BLOCK_LEVINSON(Y, L) solves the matrix equation T * x = y, where T is a symmetric matrix with block Toeplitz structure, and returns the solution vector x. The matrix T is never stored in full (because it is large and mostly redundant), so the input parameter L is actually the leftmost "block column" of T (the leftmost d columns where d is the block dimension).

By Keenan Pepper; uploaded with permission.

引用格式

Tobin Fricke (2024). Block Levinson solver (https://www.mathworks.com/matlabcentral/fileexchange/30931-block-levinson-solver), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2007b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Linear Algebra 的更多信息
标签 添加标签

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Added attribution to Keenan Pepper in the description.

1.0.0.0