Home Browse Files
template <typename IndexType, typename Alpha, typename TA, typename TB>
    void
    trmm(bool         left,
         IndexType    m,
         IndexType    n,
         const Alpha  &alpha,
         bool         lowerA,
         bool         transA,
         bool         conjA,
         bool         unitDiagA,
         const TA     *A,
         IndexType    incRowA,
         IndexType    incColA,
         TB           *B,
         IndexType    incRowB,
         IndexType    incColB);

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

Home

View document source

© 2011-2015 Michael Lehn