|
Tpetra Matrix/Vector Services
Version of the Day
|
Implementation of createMultiVectorFromView. More...
#include <Tpetra_MultiVector_decl.hpp>
Implementation of createMultiVectorFromView.
| MultiVectorType | A 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.
1.7.6.1