Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <KokkosBlas2_gemv_MP_Vector.hpp>
Public Types | |
using | execution_space = typename AViewType::execution_space |
using | policy_type = Kokkos::TeamPolicy<execution_space> |
using | member_type = typename policy_type::member_type |
using | AlphaCoeffType = typename AViewType::non_const_value_type |
using | Scalar = AlphaCoeffType |
Public Member Functions | |
innerF (const AlphaCoeffType &alpha, const AViewType &A, const XViewType &x, const YViewType &y, const IndexType n_c) | |
KOKKOS_INLINE_FUNCTION void | operator() (const member_type &team) const |
Private Attributes | |
AlphaCoeffType | alpha_ |
AViewType::const_type | A_ |
XViewType::const_type | x_ |
YViewType | y_ |
const IndexType | n_c_ |
Definition at line 125 of file KokkosBlas2_gemv_MP_Vector.hpp.
using innerF< AViewType, XViewType, YViewType, IndexType >::execution_space = typename AViewType::execution_space |
Definition at line 127 of file KokkosBlas2_gemv_MP_Vector.hpp.
using innerF< AViewType, XViewType, YViewType, IndexType >::policy_type = Kokkos::TeamPolicy<execution_space> |
Definition at line 128 of file KokkosBlas2_gemv_MP_Vector.hpp.
using innerF< AViewType, XViewType, YViewType, IndexType >::member_type = typename policy_type::member_type |
Definition at line 129 of file KokkosBlas2_gemv_MP_Vector.hpp.
using innerF< AViewType, XViewType, YViewType, IndexType >::AlphaCoeffType = typename AViewType::non_const_value_type |
Definition at line 131 of file KokkosBlas2_gemv_MP_Vector.hpp.
using innerF< AViewType, XViewType, YViewType, IndexType >::Scalar = AlphaCoeffType |
Definition at line 132 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
inline |
Definition at line 134 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
inline |
Definition at line 144 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 185 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 186 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 187 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 188 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 189 of file KokkosBlas2_gemv_MP_Vector.hpp.