snrm2_

Returns the euclidean norm of a vector via the function.

More...
  1. int snrm2_(FortranInt n, const(float)* x, FortranInt incx)
    extern (C) nothrow @nogc @system
    int
    snrm2_
    (
    ref const FortranInt n
    ,
    const(float)* x
    ,
    ref const FortranInt incx
    )
  2. int dnrm2_(FortranInt n, const(double)* x, FortranInt incx)
  3. int scnrm2_(FortranInt n, const(cfloat)* x, FortranInt incx)
  4. int dznrm2_(FortranInt n, const(cdouble)* x, FortranInt incx)

Detailed Description

Unified alias

nrm2_

Meta