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::BlasSupportsScalar< ScalarType > Struct Template Reference

Do BLAS libraries (all that are compliant with the BLAS Standard) support the given "scalar" (matrix entry) type? More...

#include <Tpetra_Details_Blas.hpp>

Detailed Description

template<class ScalarType>
struct Tpetra::Details::Blas::BlasSupportsScalar< ScalarType >

Do BLAS libraries (all that are compliant with the BLAS Standard) support the given "scalar" (matrix entry) type?

Use the class like this: BlasSupportsScalar<YourScalarType>::value;

Definition at line 68 of file Tpetra_Details_Blas.hpp.


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