NIKX-Tech/numx

linalg: Jacobi eigenvalues for symmetric matrices

Open

#83 opened on Jul 11, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (1 fork)github user discovery
enhancementgood first issue

Repository metrics

Stars
 (4 stars)
PR merge metrics
 (PR metrics pending)

Description

Add numx_mat_eigenvalues_sym (or similar name) to the linalg module: the Jacobi eigenvalue algorithm for real symmetric matrices, bounded by NUMX_MAX_MAT_ROWS.

Follow CONTRIBUTING.md exactly: full Doxygen header, NULL-checks, numx_status_t return, all four deliverables (header, impl, test, docs page). Test against known eigenvalue examples and verify the trace/determinant invariants hold against the computed eigenvalues.

Contributor guide