Stokhos Package Browser (Single Doxygen Collection) Version of the Day
|
#include <KokkosBlas2_gemv_MP_Vector.hpp>
Public Types | |
using | AlphaCoeffType = typename AViewType::non_const_value_type |
using | BetaCoeffType = typename YViewType::non_const_value_type |
Public Member Functions | |
updateF (const AlphaCoeffType &alpha, const AViewType &A, const XViewType &x, const BetaCoeffType &beta, const YViewType &y, const IndexType m_c) | |
KOKKOS_INLINE_FUNCTION void | operator() (const IndexType &i_tile) const |
Private Attributes | |
AlphaCoeffType | alpha_ |
AViewType::const_type | A_ |
XViewType::const_type | x_ |
BetaCoeffType | beta_ |
YViewType | y_ |
const IndexType | m_c_ |
Definition at line 66 of file KokkosBlas2_gemv_MP_Vector.hpp.
using updateF< AViewType, XViewType, YViewType, IndexType >::AlphaCoeffType = typename AViewType::non_const_value_type |
Definition at line 68 of file KokkosBlas2_gemv_MP_Vector.hpp.
using updateF< AViewType, XViewType, YViewType, IndexType >::BetaCoeffType = typename YViewType::non_const_value_type |
Definition at line 69 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
inline |
Definition at line 71 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
inline |
Definition at line 83 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 112 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 113 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 114 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 115 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 116 of file KokkosBlas2_gemv_MP_Vector.hpp.
|
private |
Definition at line 117 of file KokkosBlas2_gemv_MP_Vector.hpp.