Function rgsl::blas::level1::snrm2 [] [src]

pub fn snrm2(x: &VectorF32) -> f32

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