Function rgsl::blas::level1::snrm2

source ·
pub fn snrm2(x: &VectorF32) -> f32
Expand description

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