Home Browse Files
template <typename IndexType, typename MA, typename MB>
    void
    gecopy(StorageOrder order,
           Transpose trans, IndexType m, IndexType n,
           const MA *A, IndexType ldA,
           MB *B, IndexType ldB);

Defined in namespace cxxblas. Function gecopy with 3 template parameters.

Home

View document source

© 2011-2012 Michael Lehn