Home Browse Files
template <typename IndexType, typename X, typename T>
    void
    nrm2(IndexType n, const X *x, IndexType incX, T &norm);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    nrm2(IndexType n, const float *x, IndexType incX,
         float &norm);

Defined in namespace cxxblas. Function nrm2 with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    nrm2(IndexType n, const double *x, IndexType incX,
         double &norm);

Defined in namespace cxxblas. Function nrm2 with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    nrm2(IndexType n, const ComplexFloat *x, IndexType incX,
         float &norm);

Defined in namespace cxxblas. Function nrm2 with 1 template parameters.

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    nrm2(IndexType n, const ComplexDouble *x, IndexType incX,
         double &norm);

Defined in namespace cxxblas. Function nrm2 with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn