Searched refs:_gen_sqrt (Results 1 – 1 of 1) sorted by relevance
1113 static float16_t _gen_sqrt(const float16_t v) in _gen_sqrt() function1119 static float32_t _gen_sqrt(const float32_t v) in _gen_sqrt() function1124 static float64_t _gen_sqrt(const float64_t v) in _gen_sqrt() function1153 beta = _gen_sqrt(alpha*alpha+xnorm2); in _householder()1157 beta = -_gen_sqrt(alpha*alpha+xnorm2); in _householder()1483 g.col(0,0) = g.col(0,0) * (T)(number_traits<T>::one() / _gen_sqrt(g(0,0))); in cholesky()1489 … g.col(j,j) = (g.col(j,j) - tmp.sub(j)) * (T)(number_traits<T>::one() / _gen_sqrt(g(j,j)- tmp[j])); in cholesky()