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::SCAL< ViewType, CoefficientType, LayoutType, IndexType, 2 > Struct Template Reference

Implementation of Tpetra::SCAL function, for ViewType rank 2 (i.e., a matrix). More...

#include <Tpetra_BlockView.hpp>

Static Public Member Functions

static KOKKOS_INLINE_FUNCTION void run (const CoefficientType &alpha, const ViewType &A)
 A := alpha*A (rank-2 A, i.e., a matrix) More...
 

Detailed Description

template<class ViewType, class CoefficientType, class LayoutType, class IndexType>
struct Tpetra::Impl::SCAL< ViewType, CoefficientType, LayoutType, IndexType, 2 >

Implementation of Tpetra::SCAL function, for ViewType rank 2 (i.e., a matrix).

Definition at line 212 of file Tpetra_BlockView.hpp.

Member Function Documentation

template<class ViewType , class CoefficientType , class LayoutType , class IndexType >
static KOKKOS_INLINE_FUNCTION void Tpetra::Impl::SCAL< ViewType, CoefficientType, LayoutType, IndexType, 2 >::run ( const CoefficientType &  alpha,
const ViewType &  A 
)
inlinestatic

A := alpha*A (rank-2 A, i.e., a matrix)

Definition at line 215 of file Tpetra_BlockView.hpp.


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