Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
List of all members
Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, LayoutType1, LayoutType2, IndexType, rank > Struct Template Reference

Implementation of Tpetra::AXPY function. More...

#include <Tpetra_BlockView.hpp>

Detailed Description

template<class CoefficientType, class ViewType1, class ViewType2, class LayoutType1 = typename ViewType1::array_layout, class LayoutType2 = typename ViewType2::array_layout, class IndexType = int, const int rank = ViewType1::rank>
struct Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, LayoutType1, LayoutType2, IndexType, rank >

Implementation of Tpetra::AXPY function.

This is the "generic" version that we don't implement. We actually implement versions for ViewType rank 1 or rank 2.

Definition at line 315 of file Tpetra_BlockView.hpp.


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