Skip to content

Dot products to norm2

Nicolas Tancogne-Dejean requested to merge dotp_to_nrm2 into develop

Description

When computing a norm2, we should always use the corresponding blas routine that avoids unferflows and overflows, instead of the (faster) blas_dot routine.

Merge request reports