Home Browse Files
template <typename IndexType, typename Alpha, typename VX, typename VY>
    void
    ihvp(IndexType      n,
         const Alpha    &alpha,
         const VX       *x,
         IndexType      incX,
         VY             *y,
         IndexType      incY);

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

template <typename IndexType, typename Alpha, typename VX, typename VY,
          typename Beta, typename VZ>
    void
    hvp(IndexType      n,
        const Alpha    &alpha,
        const VX       *x,
        IndexType      incX,
        const VY       *y,
        IndexType      incY,
        const Beta     &beta,
        VZ             *z,
        IndexType      incZ);

Defined in namespace cxxblas. Function hvp with 6 template parameters.

Home

View document source

© 2011-2015 Michael Lehn