View source: R/transform_residuals.R
solve_eigen_sqrt | R Documentation |
Solve for x
in the linear system
Ax = b
, where A
is a
symmetric matrix square root of M
with eigenvalue
decomposition such that AA = M
.
solve_eigen_sqrt(M, b)
M |
a symmetric positive definite/semi-definite matrix |
b |
a numeric vector or matrix |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.