Tpetra parallel linear algebra Version of the Day
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
Tpetra::Impl::COPY< ViewType1, ViewType2, IndexType, false, 1 > Struct Template Reference

Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors). More...

#include <Tpetra_BlockView.hpp>

Static Public Member Functions

static KOKKOS_INLINE_FUNCTION void run (const ViewType1 &x, const ViewType2 &y)
 y := x (rank-1 x and y, i.e., vectors)
 

Detailed Description

template<class ViewType1, class ViewType2, class IndexType>
struct Tpetra::Impl::COPY< ViewType1, ViewType2, IndexType, false, 1 >

Implementation of Tpetra::COPY function, for ViewType1 and ViewType2 rank 1 (i.e., vectors).

Definition at line 428 of file Tpetra_BlockView.hpp.

Member Function Documentation

◆ run()

y := x (rank-1 x and y, i.e., vectors)

general case

Definition at line 431 of file Tpetra_BlockView.hpp.


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