Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
Tpetra::Details::Blas::BlasSupportsLayout< LayoutType > Struct Template Reference

Do BLAS libraries (all that are compliant with the BLAS Standard) support the given Kokkos array layout? More...

#include <Tpetra_Details_Blas.hpp>

Detailed Description

template<class LayoutType>
struct Tpetra::Details::Blas::BlasSupportsLayout< LayoutType >

Do BLAS libraries (all that are compliant with the BLAS Standard) support the given Kokkos array layout?

Use the class like this: BlasSupportsLayout<typename SomeKokkosViewType::array_layout>::value;

Definition at line 82 of file Tpetra_Details_Blas.hpp.


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