| is_pd_fast | R Documentation |
Efficiently checks if a matrix is positive definite using Cholesky decomposition.
is_pd_fast(M)
M |
Matrix. The matrix to verify. |
Logical. TRUE if positive definite, FALSE otherwise.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.