Home Browse Files
template <typename IndexType>
    void
    la_wwaddw(IndexType             n,
              float                 *x,
              float                 *y,
              const float           *w);

Defined in namespace cxxlapack. Function la_wwaddw with 1 template parameters.

template <typename IndexType>
    void
    la_wwaddw(IndexType             n,
              double                *x,
              double                *y,
              const double          *w);

Defined in namespace cxxlapack. Function la_wwaddw with 1 template parameters.

template <typename IndexType>
    void
    la_wwaddw(IndexType                    n,
              std::complex<float >        *x,
              std::complex<float >        *y,
              const std::complex<float >  *w);

Defined in namespace cxxlapack. Function la_wwaddw with 1 template parameters.

template <typename IndexType>
    void
    la_wwaddw(IndexType                    n,
              std::complex<double>        *x,
              std::complex<double>        *y,
              const std::complex<double>  *w);

Defined in namespace cxxlapack. Function la_wwaddw with 1 template parameters.

Home

View document source

© 2011-2012 Michael Lehn