How to get Solver type when performing \ operation

2 ビュー (過去 30 日間)
digiam
digiam 2020 年 10 月 14 日
コメント済み: Stephen23 2020 年 10 月 15 日
I am solving a least squares system of equations with x=A\b. Matrix A should be a positive semi-definite sparse matrix that needs to be solved with Cholesky.
However, at the inital step it has a negative eigenvalue and Matlab switch solver internally in order to find a solution. After this initial step, all the eigenvalues switch to positve and the system is finally positive semi-definite, I think that here Cholesky takes place.
Is there anyway to see what is the solver that Matlab is using when performing the \ operation?
  3 件のコメント
digiam
digiam 2020 年 10 月 15 日
I saw the algorithm, but I would like to see which one has been picked in order to solve the system for each iteration

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

回答 (0 件)

カテゴリ

Help Center および File ExchangeMathematics についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by