sqrt_matrix | R Documentation |
Computes the square root of a symmetric matrix via eigen decomposition. Negative eigenvalues are handled by taking the square root of their absolute values.
sqrt_matrix(Amat)
Amat |
A numeric symmetric matrix. |
A matrix that is the square root of Amat
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.