Learn R Programming

refund (version 0.1-40)

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.