Files
obikmer/DevDocMD
Eric Coissac 82ddeaddcd Introduce unified nonzero_iter API across matrix types
Replaces nested column-major point lookups with a batched iterator that delegates to format-native traversal strategies. The implementation enforces a single pass per matrix type, using row-major iteration for sparse formats and eager collection for packed/columnar layouts while preserving original slot ordering. Memory allocation is optimized by removing `n_cols`-wide buffers in favor of per-row buffering or lazy iteration. Correctness tests verify iterator output against dense baselines across all supported layouts, and architecture documentation is updated to reflect the new format-agnostic query pattern.
2026-08-20 14:07:09 +02:00
..
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00
2026-08-17 09:28:53 +02:00