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

Go to the source code of this file.

Functions

template<TLAPACK_REAL real_t, enable_if_t<(is_real< real_t >), int > = 0>
void tlapack::ladiv (const real_t &a, const real_t &b, const real_t &c, const real_t &d, real_t &p, real_t &q)
 Performs complex division in real arithmetic.
 
template<TLAPACK_COMPLEX T, enable_if_t< is_complex< T >, int > = 0>
tlapack::ladiv (const T &x, const T &y)
 Performs complex division in real arithmetic with complex arguments.
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA