safe_solve: Safe matrix inversion with stability checks

View source: R/utils.R View source: R/00_stability_preload.R View source: R/stability_utils.R

safe_solveR Documentation

Safe matrix inversion with stability checks

Description

Safe matrix inversion with stability checks

Usage

safe_solve(matrix, tol = 1e-06)

Arguments

matrix

Matrix to invert

tol

Tolerance for numerical stabilization

Value

Inverted matrix or NULL if inversion fails


LUCIDus documentation built on March 11, 2026, 9:06 a.m.

Related to safe_solve in LUCIDus...