Use numext::sqrt in ConjugateGradient.
This allows us to apply the method for types that have custom sqrt
functions, e.g. gcc __float128.
Fixes #2519 (closed).
This allows us to apply the method for types that have custom sqrt
functions, e.g. gcc __float128.
Fixes #2519 (closed).