|
Member
|
Where defined
|
Description
|
|
givens_rotation ()
|
|
|
|
T
abs_sq (C t)
|
|
|
|
T
abs1 (C t)
|
|
|
|
givens_rotation (C a_in, C b_in)
|
|
|
template <class VecX, class VecY> void
apply (MTL_OUT(VecX) x_, MTL_OUT(VecY) y_)
|
|
Apply plane rotation to two vectors.
|
|
void
scalar_apply (C& x, C& y)
|
|
Apply plane rotation to two complex scalars.
|
|
void
set_cs (const T& cs_, const C& sn_)
|
|
|
|
T
c ()
|
|
|
|
C
s ()
|
|
|
|