Function rgsl::blas::level1::dnrm2

source · []
pub fn dnrm2(x: &VectorF64) -> f64
Expand description

This function computes the Euclidean norm ||x||_2 = \sqrt {\sum x_i^2} of the vector x.