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

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

template <typename IndexType>
typename If<IndexType>::isBlasCompatibleInteger
    her(StorageOrder order,   StorageUpLo upLo,
         IndexType n,
         float alpha,
         const ComplexFloat *x, IndexType incX,
         ComplexFloat *A, IndexType ldA);

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

template <typename IndexType>
typename If<IndexType>::isBlasCompatibleInteger
    her(StorageOrder order,   StorageUpLo upLo,
         IndexType n,
         double alpha,
         const ComplexDouble *x, IndexType incX,
         ComplexDouble *A, IndexType ldA);

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

Home

View document source

© 2011-2012 Michael Lehn