sym_inv_sqrt: Symmetric matrix inverse square root with eigenvalue floor
Description
Symmetric matrix inverse square root with eigenvalue floor
Usage
sym_inv_sqrt(M, tol = 1e-08)
Value
Matrix inverse square root of `M`.
Arguments
- M
Symmetric matrix.
- tol
Eigenvalue floor for numerical stability.