void lae2(T a, T b, T c, T &s1, T &s2)
Computes the eigenvalues of a real symmetric 2x2 matrix A [ a b ] [ b c ].
Definition lae2.hpp:49
typename traits::real_type_traits< Types..., int >::type real_type
The common real type of the list of types.
Definition scalar_type_traits.hpp:113