|
Tpetra parallel linear algebra
Version of the Day
|
Type traits for Tpetra's BLAS wrappers; an implementation detail of Tpetra::MultiVector. More...
#include "TpetraCore_config.h"#include "Kokkos_Core.hpp"#include "Kokkos_Complex.hpp"#include <type_traits>Go to the source code of this file.
Classes | |
| struct | Tpetra::Details::Blas::BlasSupportsScalar< ScalarType > |
| Do BLAS libraries (all that are compliant with the BLAS Standard) support the given "scalar" (matrix entry) type? More... | |
| struct | Tpetra::Details::Blas::BlasSupportsLayout< LayoutType > |
| Do BLAS libraries (all that are compliant with the BLAS Standard) support the given Kokkos array layout? More... | |
Namespaces | |
| Tpetra | |
| Namespace Tpetra contains the class and methods constituting the Tpetra library. | |
| Tpetra::Details | |
| Namespace for Tpetra implementation details. | |
Type traits for Tpetra's BLAS wrappers; an implementation detail of Tpetra::MultiVector.
Definition in file Tpetra_Details_Blas.hpp.
1.8.13