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

Implementation of Tpetra::SCAL function. More...

#include <Tpetra_BlockView.hpp>

Detailed Description

template<class ViewType, class CoefficientType, class IndexType = int, const bool is_contiguous = false, const int rank = ViewType::rank>
struct Tpetra::Impl::SCAL< ViewType, CoefficientType, IndexType, is_contiguous, rank >

Implementation of Tpetra::SCAL 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 182 of file Tpetra_BlockView.hpp.


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