void laev2(T a, T b, T c, T &s1, T &s2, T &cs, T &sn)
Computes the eigenvalues and eigenvector of a real symmetric 2x2 matrix A [ a b ] [ b c ] On exit,...
Definition laev2.hpp:59
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