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

Defined in namespace cxxblas. Function syr2 with 5 template parameters.

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

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

Home

View document source

© 2011-2012 Michael Lehn