Functions vector_norm_double¶
-
template<class
vec_t
>
doubleo2scl
::
vector_norm_double
(size_t n, const vec_t &x)¶ Compute the norm of the first
n
entries of a vector of double precision numbers.This function is a more generic version of o2scl_cblas::dnrm2 .