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

Defined in namespace cxxblas. Function iamax with 2 template parameters.

template <typename IndexType, typename X>
    IndexType
    iamax(IndexType n, const X *x, IndexType incX);

Defined in namespace cxxblas. Function iamax with 2 template parameters.

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

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

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

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    iamax(IndexType n, const ComplexFloat *x, IndexType incX, IndexType &i);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    iamax(IndexType n, const ComplexDouble *x, IndexType incX, IndexType &i);

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

Home

View document source

© 2011-2012 Michael Lehn