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§
- Dense
Matrix Source - Borrowed dense matrix source with column-major layout.
- Lazy
Matrix Source - Callback-backed lazy matrix source.
Traits§
- Candidate
Matrix Source - Abstraction for accessing a matrix that will be cross-interpolated.