#include <KokkosBlas2_gemv_MP_Vector.hpp>
template<class AViewType, class XViewType, class YViewType, class IndexType = typename AViewType::size_type>
struct updateF< AViewType, XViewType, YViewType, IndexType >
Definition at line 34 of file KokkosBlas2_gemv_MP_Vector.hpp.
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
using updateF< AViewType, XViewType, YViewType, IndexType >::AlphaCoeffType = typename AViewType::non_const_value_type |
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
using updateF< AViewType, XViewType, YViewType, IndexType >::BetaCoeffType = typename YViewType::non_const_value_type |
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
updateF< AViewType, XViewType, YViewType, IndexType >::updateF |
( |
const AlphaCoeffType & |
alpha, |
|
|
const AViewType & |
A, |
|
|
const XViewType & |
x, |
|
|
const BetaCoeffType & |
beta, |
|
|
const YViewType & |
y, |
|
|
const IndexType |
m_c |
|
) |
| |
|
inline |
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
KOKKOS_INLINE_FUNCTION void updateF< AViewType, XViewType, YViewType, IndexType >::operator() |
( |
const IndexType & |
i_tile | ) |
const |
|
inline |
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
AViewType::const_type updateF< AViewType, XViewType, YViewType, IndexType >::A_ |
|
private |
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
XViewType::const_type updateF< AViewType, XViewType, YViewType, IndexType >::x_ |
|
private |
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
YViewType updateF< AViewType, XViewType, YViewType, IndexType >::y_ |
|
private |
template<class AViewType , class XViewType , class YViewType , class IndexType = typename AViewType::size_type>
const IndexType updateF< AViewType, XViewType, YViewType, IndexType >::m_c_ |
|
private |
The documentation for this struct was generated from the following file: