Tpetra parallel linear algebra  Version of the Day
List of all members
Tpetra::Details::Blas::Lib::GemmCanUseLib< ViewType1, ViewType2, ViewType3, CoefficientType, IndexType > Struct Template Reference

For this set of template parameters, can we implement Gemm (see below) using any compliant BLAS library, not counting the memory spaces of the given Kokkos::View specializations? More...

#include <Tpetra_Details_libGemm.hpp>

Detailed Description

template<class ViewType1, class ViewType2, class ViewType3, class CoefficientType, class IndexType>
struct Tpetra::Details::Blas::Lib::GemmCanUseLib< ViewType1, ViewType2, ViewType3, CoefficientType, IndexType >

For this set of template parameters, can we implement Gemm (see below) using any compliant BLAS library, not counting the memory spaces of the given Kokkos::View specializations?

Definition at line 75 of file Tpetra_Details_libGemm.hpp.


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