<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_SCALAR T> | |
void | tlapack::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 ]. | |