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, IndexType, is_contiguous, rank > Struct Template Reference

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

#include <Tpetra_BlockView.hpp>

Detailed Description

template<class CoefficientType, class ViewType1, class ViewType2, class IndexType = int, const bool is_contiguous = false, const int rank = ViewType1::rank>
struct Tpetra::Impl::AXPY< CoefficientType, ViewType1, ViewType2, IndexType, is_contiguous, 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 318 of file Tpetra_BlockView.hpp.


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