Block Levinson solver

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 (2025). Block Levinson solver (https://www.mathworks.com/matlabcentral/fileexchange/30931-block-levinson-solver), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R2007b
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersLinear 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