Tpetra Matrix/Vector Services  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Tpetra::Details::CreateMultiVectorFromView< MultiVectorType > Struct Template Reference

Implementation of createMultiVectorFromView. More...

#include <Tpetra_MultiVector_decl.hpp>

List of all members.


Detailed Description

template<class MultiVectorType>
struct Tpetra::Details::CreateMultiVectorFromView< MultiVectorType >

Implementation of createMultiVectorFromView.

Template Parameters:
MultiVectorTypeA specialization of Tpetra::MultiVector.

This struct lets us do partial specialization of the nonmember template function createMultiVectorFromView. This is particularly useful so that we can partially specialize this function for the new Kokkos refactor specializations of MultiVector.

Definition at line 84 of file Tpetra_MultiVector_decl.hpp.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines