pub fn eig( _matrix: &ArrayView2<'_, f64>, ) -> Result<(Array1<Complex64>, Array2<Complex64>), String>
Fallback eigenvalue decomposition