NIKX-Tech/numx

linalg: Jacobi eigenvalues for symmetric matrices

Open

#83 创建于 2026年7月11日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C (1 fork)github user discovery
enhancementgood first issue

仓库指标

Star
 (4 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南