DEFAULT_SINGULAR_TOL

Constant DEFAULT_SINGULAR_TOL 

Source
pub const DEFAULT_SINGULAR_TOL: f64 = 1e-12;
Expand description

Default absolute threshold used for singularity/degeneracy detection.

This is intentionally conservative for geometric predicates and small systems.

Conceptually, this is an absolute bound for deciding when a scalar should be treated as “numerically zero” (e.g. LU pivots, LDLT diagonal entries).