Commit Graph

5 Commits

Author SHA1 Message Date
ed4eb75b7f docs: Update mathematical notation and formatting in Chen et al. paper
- Improved LaTeX formatting for mathematical equations
- Added bold notation for vectors and matrices
- Corrected superscript and subscript formatting
- Enhanced readability of mathematical expressions in the paper
2025-03-04 17:55:21 +08:00
a06b3e8399 feat: Add perpendicular distance calculation utility function
Implemented a utility function `calculate_perpendicular_distance` in the `app/utils/__init__.py` module. The function calculates the perpendicular distance between a point and a line using NumPy, with type hints and runtime type checking using jaxtyping and typeguard.
2025-03-04 17:34:27 +08:00
ab64051237 Add GLPK paper PDF to repository
Former-commit-id: b9a541d69b1110a167209d05db818ded89fe58e1
2025-03-04 11:00:31 +08:00
2496e65aab markdown paper
Former-commit-id: 590a637315
2025-03-04 10:21:44 +08:00
51a1a6c062 papers
Former-commit-id: 74b37f4b8f
2025-03-03 17:42:36 +08:00