How does MATLAB determine positive definiteness inside chol(...) function implementation?
古いコメントを表示
How does MATLAB determine positive definiteness inside the chol(...) function implementation? Using the standard cholesky decomposition algorithm the diagonal pivots end up being zero for positive semidefinte hermitian matrix. Is this the method to determine the positive definiteness? If that is the case then what is the tolerance level of the diagonal pivot below which it is considered not positive definite?
1 件のコメント
Steven Lord
2015 年 11 月 9 日
If you need to know if MATLAB considers a matrix to be PD, call CHOL with two outputs. Note the assumption given in the first paragraph of its help text, though.
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!