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
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 件)

カテゴリ

質問済み:

2015 年 11 月 9 日

コメント済み:

2015 年 11 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by