@@ -39,8 +39,10 @@ while keeping the API intentionally small and explicit.
3939- ✅ Stack storage only (no heap allocation in core types)
4040- ✅ ` unsafe ` forbidden
4141
42- See [ CHANGELOG.md] ( CHANGELOG.md ) for release history and
43- [ docs/roadmap.md] ( docs/roadmap.md ) for current release planning.
42+ See [ CHANGELOG.md] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/CHANGELOG.md )
43+ for release history and
44+ [ docs/roadmap.md] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/docs/roadmap.md )
45+ for current release planning.
4446
4547## 🚫 Anti-goals
4648
@@ -371,9 +373,10 @@ finite-storage invariant directly, so kernels do not revalidate stored entries.
371373
372374## 📊 Benchmarks (vs nalgebra/faer)
373375
374- ![ LU solve (factor + solve): median time vs dimension] ( docs/assets/bench/vs_linalg_lu_solve_median.svg )
376+ ![ LU solve (factor + solve): median time vs dimension] ( https://raw.githubusercontent.com/acgetchell/la-stack/v0.4.3/ docs/assets/bench/vs_linalg_lu_solve_median.svg)
375377
376- Raw data: [ docs/assets/bench/vs_linalg_lu_solve_median.csv] ( docs/assets/bench/vs_linalg_lu_solve_median.csv )
378+ Raw data:
379+ [ docs/assets/bench/vs_linalg_lu_solve_median.csv] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/docs/assets/bench/vs_linalg_lu_solve_median.csv )
377380
378381Representative benchmark: ` lu_solve ` factors the matrix and solves one
379382right-hand side. Median time is lower-is-better, and the “la-stack vs
@@ -382,9 +385,10 @@ nalgebra/faer” columns show the % time reduction relative to each baseline
382385operations.
383386
384387For the full per-kernel comparison methodology, input construction, and
385- release-comparison workflow details, see [ docs/BENCHMARKING.md] ( docs/BENCHMARKING.md ) .
388+ release-comparison workflow details, see
389+ [ docs/BENCHMARKING.md] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/docs/BENCHMARKING.md ) .
386390For the current release-to-release performance snapshot, see
387- [ docs/PERFORMANCE.md] ( docs/PERFORMANCE.md ) .
391+ [ docs/PERFORMANCE.md] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/ docs/PERFORMANCE.md) .
388392
389393<!-- BENCH_TABLE:lu_solve:median:new:BEGIN -->
390394
@@ -445,23 +449,30 @@ to an explicit allowlist, and kept with readable version comments for review.
445449CI runs ` just ci ` on Ubuntu, macOS, and Windows to keep platform coverage
446450aligned with the local comprehensive validation path.
447451
448- For coverage commands and report locations, see [ ` docs/COVERAGE.md ` ] ( docs/COVERAGE.md ) .
449- For the full contributor workflow, see [ CONTRIBUTING.md] ( CONTRIBUTING.md ) .
452+ For coverage commands and report locations, see
453+ [ ` docs/COVERAGE.md ` ] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/docs/COVERAGE.md ) .
454+ For the full contributor workflow, see
455+ [ CONTRIBUTING.md] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/CONTRIBUTING.md ) .
450456
451457## 📝 Citation
452458
453- If you use this library in academic work, please cite it using [ CITATION.cff] ( CITATION.cff ) (or GitHub's
454- "Cite this repository" feature). Tagged releases are archived on Zenodo.
459+ If you use this library in academic work, please cite it using
460+ [ CITATION.cff] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/CITATION.cff )
461+ (or GitHub's "Cite this repository" feature). Tagged releases are archived on
462+ Zenodo.
455463
456464## 📚 References
457465
458- For canonical references to the algorithms used by this crate, see [ REFERENCES.md] ( REFERENCES.md ) .
466+ For canonical references to the algorithms used by this crate, see
467+ [ REFERENCES.md] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/REFERENCES.md ) .
459468
460469## 🤖 AI Agents
461470
462- AI coding assistants should read [ AGENTS.md] ( AGENTS.md ) before proposing or
463- applying changes. See [ CONTRIBUTING.md] ( CONTRIBUTING.md ) for the repository's
464- AI-assisted development note.
471+ AI coding assistants should read
472+ [ AGENTS.md] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/AGENTS.md )
473+ before proposing or applying changes. See
474+ [ CONTRIBUTING.md] ( https://github.com/acgetchell/la-stack/blob/v0.4.3/CONTRIBUTING.md )
475+ for the repository's AI-assisted development note.
465476
466477## 📄 License
467478
0 commit comments