Skip to content

Luna-Flow/luna-poly

This documentation tracks the current branch state.

Repository Positioning

Dense and sparse polynomial representations with multiplication backends.

Documentation Layout

  • README.md for the repository narrative and release baseline.
  • doc_standard.md for the documentation contract.
  • Module or subsystem folders with api.md, tutorial.md, and design.md.

Module Overview

  • dense_poly: Implemented around src/dense_poly.mbt.
  • dense_multi: Implemented around src/dense_multi.mbt.
  • sparse_poly: Implemented around src/sparse_poly.mbt.
  • exp_vec: Implemented around src/exp_vec.mbt.
  • algebra: Implemented around src/algebra.mbt.

Documentation Entry Points