Home Browse Files
template <typename IndexType, typename TA, typename TX>
    void
    tbusv(IndexType    n,
          IndexType    k,
          bool         unitDiag,
          bool         conjA,
          const TA     *A,
          IndexType    ldA,
          TX           *x,
          IndexType    incX);

Defined in namespace ulmBLAS. Function tbusv with 3 template parameters.

template <typename IndexType, typename TA, typename TX>
    void
    tbusv(IndexType    n,
          IndexType    k,
          bool         unitDiag,
          const TA     *A,
          IndexType    ldA,
          TX           *x,
          IndexType    incX);

Defined in namespace ulmBLAS. Function tbusv with 3 template parameters.

Home

View document source

© 2011-2015 Michael Lehn