| Tpetra parallel linear algebra
    Version of the Day
    | 
Do BLAS libraries (all that are compliant with the BLAS Standard) support the given "scalar" (matrix entry) type? More...
#include <Tpetra_Details_Blas.hpp>
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.
 1.8.5
 1.8.5