Home Browse Files
template <typename IndexType, typename VX>
    VX
    nrm2(IndexType  n,
         const VX   *x,
         IndexType  incX);

Defined in namespace ulmBLAS. Function nrm2 with 2 template parameters.

template <typename IndexType, typename VX>
    VX
    nrm2(IndexType                n,
         const std::complex<VX>   *x,
         IndexType                incX);

Defined in namespace ulmBLAS. Function nrm2 with 2 template parameters.

template <typename IndexType, typename VX, typename Result>
    void
    nrm2(IndexType  n,
         const VX   *x,
         IndexType  incX,
         Result     &result);

Defined in namespace ulmBLAS. Function nrm2 with 3 template parameters.

Home

View document source

© 2011-2015 Michael Lehn