Home Browse Files
template <typename IndexType, typename Alpha, typename TX, typename TY,
          typename TA>
    void
    helr2(IndexType    n,
          bool         conj,
          const Alpha  &alpha,
          const TX     *x,
          IndexType    incX,
          const TY     *y,
          IndexType    incY,
          TA           *A,
          IndexType    incRowA,
          IndexType    incColA);

Defined in namespace ulmBLAS. Function helr2 with 5 template parameters.

Home

View document source

© 2011-2015 Michael Lehn