pub const DEFAULT_PIVOT_TOL: f64 = DEFAULT_SINGULAR_TOL; // 9.9999999999999998E-13f64Expand description
Default absolute pivot magnitude threshold used for LU pivot selection / singularity detection.
This name is kept for backwards compatibility; prefer DEFAULT_SINGULAR_TOL when the
tolerance is not specifically about pivot selection.