Home Browse Files
template <typename IndexType, typename Alpha, typename TX, typename TA>
    void
    syr(IndexType    n,
        const Alpha  &alpha,
        const TX     *x,
        IndexType    incX,
        bool         lowerA,
        TA           *A,
        IndexType    incRowA,
        IndexType    incColA);

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

Home

View document source

© 2011-2015 Michael Lehn