Home Browse Files
template <typename IndexType, typename ALPHA, typename X, typename Y>
    void
    acxpy(IndexType n, const ALPHA &alpha, const std::complex<X> *x,
          IndexType incX, std::complex<Y> *y, IndexType incY);

Defined in namespace cxxblas. Function acxpy with 4 template parameters.

template <typename IndexType, typename ALPHA, typename X, typename Y>
    void
    acxpy(IndexType n, const ALPHA &alpha, const X *x, IndexType incX,
          Y *y, IndexType incY);

Defined in namespace cxxblas. Function acxpy with 4 template parameters.

template <typename IndexType>
    void
    acxpy(IndexType n, const float &alpha, const std::complex<float> *x,
          IndexType incX, std::complex<float> *y, IndexType incY);

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

template <typename IndexType>
    void
    acxpy(IndexType n, const double &alpha, const std::complex<double> *x,
          IndexType incX, std::complex<double> *y, IndexType incY);

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

Home

View document source

© 2011-2012 Michael Lehn