<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
template<TLAPACK_REAL TX, TLAPACK_REAL TY, enable_if_t<(is_real< TX > &&is_real< TY >), int > = 0> | |
real_type< TX, TY > | tlapack::lapy2 (const TX &x, const TY &y) |
Finds \(\sqrt{x^2+y^2}\), taking care not to cause unnecessary overflow. | |