Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Static Public Member Functions | List of all members
Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, Kokkos::LayoutLeft, Kokkos::LayoutLeft, IndexType, 2 > Struct Template Reference

Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices), when both ViewType1 and ViewType2 have LayoutLeft. More...

#include <Tpetra_BlockView.hpp>

Static Public Member Functions

static KOKKOS_INLINE_FUNCTION void run (const CoefficientType &alpha, const ViewType1 &X, const ViewType2 &Y)
 Y := Y + alpha*X (rank-2 X and Y, i.e., matrices) More...
 

Detailed Description

template<class CoefficientType, class ViewType1, class ViewType2, class IndexType>
struct Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, Kokkos::LayoutLeft, Kokkos::LayoutLeft, IndexType, 2 >

Implementation of Tpetra::AXPY function, for ViewType1 and ViewType2 rank 2 (i.e., matrices), when both ViewType1 and ViewType2 have LayoutLeft.

Definition at line 421 of file Tpetra_BlockView.hpp.

Member Function Documentation

template<class CoefficientType , class ViewType1 , class ViewType2 , class IndexType >
static KOKKOS_INLINE_FUNCTION void Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, Kokkos::LayoutLeft, Kokkos::LayoutLeft, IndexType, 2 >::run ( const CoefficientType &  alpha,
const ViewType1 &  X,
const ViewType2 &  Y 
)
inlinestatic

Y := Y + alpha*X (rank-2 X and Y, i.e., matrices)

Definition at line 424 of file Tpetra_BlockView.hpp.


The documentation for this struct was generated from the following file: