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

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

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

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

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

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

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

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

Home

View document source

© 2011-2012 Michael Lehn