<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
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> | |
T | tlapack::ladiv (const T &x, const T &y) |
Performs complex division in real arithmetic with complex arguments. | |