Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
KokkosBlas3_gemm_MP_Vector.hpp File Reference
#include <type_traits>
#include "Sacado_ConfigDefs.h"
#include "Stokhos_ViewStorage.hpp"
#include "Sacado_MP_Vector.hpp"
#include "Kokkos_View_MP_Vector.hpp"
#include "Kokkos_ArithTraits_MP_Vector.hpp"
#include "KokkosBlas.hpp"
Include dependency graph for KokkosBlas3_gemm_MP_Vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 KokkosBlas
 

Functions

template<typename DA , typename... PA, typename DB , typename... PB, typename DC , typename... PC>
std::enable_if
< Kokkos::is_view_mp_vector
< Kokkos::View< DA, PA...>
>::value
&&Kokkos::is_view_mp_vector
< Kokkos::View< DB, PB...>
>::value
&&Kokkos::is_view_mp_vector
< Kokkos::View< DC, PC...>
>::value >::type 
KokkosBlas::gemm (const char transA[], const char transB[], typename Kokkos::View< DA, PA...>::const_value_type &alpha, const Kokkos::View< DA, PA...> &A, const Kokkos::View< DB, PB...> &B, typename Kokkos::View< DC, PC...>::const_value_type &beta, const Kokkos::View< DC, PC...> &C)