Matrix Solver Integration Plan

Connect existing matrix decompositions (LU, QR, Cholesky) with solver infrastructure. Eliminates code duplication where SystemSolver.solve_nxn_system() reimplements Gaussian elimination despite Matrix.lu_decomposition() already existing.

Code Examples

🔗 Related Topics