pub fn smallest_ev<T: DualNum<F> + Copy, F: Float, D: Dim>(
a: OMatrix<T, D, D>,
) -> (T, OVector<T, D>)
Expand description
Smallest eigenvalue and corresponding eigenvector calculated using the full Jacobi
eigenvalue algorithm (jacobi_eigenvalue
).