<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
lapy3.hpp File Reference
Include dependency graph for lapy3.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<TLAPACK_REAL TX, TLAPACK_REAL TY, TLAPACK_REAL TZ, enable_if_t<(is_real< TX > &&is_real< TY > &&is_real< TZ >), int > = 0>
real_type< TX, TY, TZtlapack::lapy3 (const TX &x, const TY &y, const TZ &z)
 Finds \(\sqrt{x^2+y^2+z^2}\), taking care not to cause unnecessary overflow or unnecessary underflow.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA
Note
Adapted from
See also
https://github.com/langou/latl/blob/master/include/lapy3.h