Banded Matrix Solver in Matlab

40 ビュー (過去 30 日間)
Nicolas
Nicolas 2019 年 9 月 18 日
編集済み: Nicolas 2019 年 9 月 19 日
Hello,
I cannot find any banded matrix specific solver in Matlab.
Does anyone has a recomendation on how to do it in Matlab or do I have to go to Python/C++/fortran?
Thanks

採用された回答

Steven Lord
Steven Lord 2019 年 9 月 18 日
Since you've tagged this question with "sparse", try just using the backslash operator. The flowchart on that documentation page indicates when it will use a banded solver. Alternately, call decomposition with the 'banded' option and use the backslash operator on the decomposition object.
  5 件のコメント
Steven Lord
Steven Lord 2019 年 9 月 19 日
What constraints are you trying to place on the solution?
Nicolas
Nicolas 2019 年 9 月 19 日
編集済み: Nicolas 2019 年 9 月 19 日
positivity for half of the unknowns, none on the other half

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeFortran with MATLAB についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by