Home Browse Files
template <typename IndexType, typename ALPHA, typename Y>
    void
    scal(IndexType n, const ALPHA &alpha, Y *y, IndexType incY);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    scal(IndexType n, float alpha, float *x, IndexType incX);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    scal(IndexType n, double alpha, double *x, IndexType incX);

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

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

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

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

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    scal(IndexType n, float alpha, ComplexFloat *x, IndexType incX);

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

template <typename IndexType>
    typename If<IndexType>::isBlasCompatibleInteger
    scal(IndexType n, double alpha, ComplexDouble *x, IndexType incX);

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

Home

View document source

© 2011-2012 Michael Lehn