Home Browse Files
template <typename IndexType, typename ALPHA, typename VX, typename MA>
    void
    her(StorageOrder order,  StorageUpLo upLo, Transpose conjugateA,
        IndexType n,
        const ALPHA &alpha,
        const VX *x, IndexType incX,
        MA *A, IndexType ldA);

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

Home

View document source

© 2011-2012 Michael Lehn