Skip to main content

Module kernel

Module kernel 

Source
Expand description

Pivot-kernel traits.

The PivotKernel trait abstracts pivot selection strategies. Implementations include DenseFaerLuKernel (full-pivoting LU via faer) and LazyBlockRookKernel (residual-based rook search for lazy sources).

Traitsยง

PivotKernel
Kernel that selects pivot rows and columns from a candidate matrix.