<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_REAL T, enable_if_t< is_real< T >, int > = 0, disable_if_allow_optblas_t< T > = 0> | |
int | tlapack::rotmg (T &d1, T &d2, T &a, const T &b, T h[4]) |
Construct modified (fast) plane rotation, H, that eliminates b, such that. | |