pub const DEFAULT_PIVOT_TOL: Tolerance;Expand 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.