Skip to main content

Module source

Module source 

Source
Expand description

Candidate matrix sources for pivot-kernel factorization.

Provides the CandidateMatrixSource trait and two built-in implementations: DenseMatrixSource (borrowed column-major data) and LazyMatrixSource (callback-backed block evaluation).

Structs§

DenseMatrixSource
Borrowed dense matrix source with column-major layout.
LazyMatrixSource
Callback-backed lazy matrix source.

Traits§

CandidateMatrixSource
Abstraction for accessing a matrix that will be cross-interpolated.