About
Provides expert guidance and implementation patterns for efficiently calculating the largest eigenvalue of small dense matrices, specifically targeting dimensions between 2 and 10. By bypassing standard library overhead and utilizing direct LAPACK calls via Cython, this skill helps developers achieve significant performance gains in numerical linear algebra tasks where standard NumPy or SciPy wrappers become the bottleneck. It includes a comprehensive decision tree for selecting optimization strategies based on matrix size and properties, along with detailed verification protocols to ensure mathematical accuracy and performance improvements.