Tpetra parallel linear algebra  Version of the Day
List of all members
Tpetra::Details::Blas::Impl::Gemm< ViewType1, ViewType2, ViewType3, CoefficientType, IndexType, canUseBlasLibrary, canUseCublas, canUseMkl > Struct Template Reference

Implementation of ::Tpetra::Details::Blas::gemm. More...

#include <Tpetra_Details_gemm.hpp>

Detailed Description

template<class ViewType1, class ViewType2, class ViewType3, class CoefficientType, class IndexType, const bool canUseBlasLibrary = Lib::GemmCanUseLib<ViewType1, ViewType2, ViewType3, CoefficientType, IndexType>::value, const bool canUseCublas = Cublas::GemmCanUseCublas<ViewType1, ViewType2, ViewType3, CoefficientType, IndexType>::value, const bool canUseMkl = Mkl::GemmCanUseMkl<ViewType1, ViewType2, ViewType3, CoefficientType, IndexType>::value>
struct Tpetra::Details::Blas::Impl::Gemm< ViewType1, ViewType2, ViewType3, CoefficientType, IndexType, canUseBlasLibrary, canUseCublas, canUseMkl >

Implementation of ::Tpetra::Details::Blas::gemm.

Definition at line 83 of file Tpetra_Details_gemm.hpp.


The documentation for this struct was generated from the following file: