Skip to content

Draft: Add numpy matrix inversion methods for vertex fitting

  • Implement numpy.linalg.inv and numpy.linalg.solve methods
  • Add comparison script to validate all three methods
  • All three methods (manual, numpy_inv, numpy_solve) now produce identical results, see .txt file.

Merge request reports

Loading