Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Tpetra_createDeepCopy.hpp
1 #ifndef TPETRA_CREATEDEEPCOPY_HPP
2 #define TPETRA_CREATEDEEPCOPY_HPP
3 
4 #include "TpetraCore_config.h"
5 
6 namespace Tpetra {
7 
8 template<class OutputType, class InputType>
9 OutputType createDeepCopy (const InputType& in);
10 
11 } // namespace Tpetra
12 
13 #endif // TPETRA_CREATEDEEPCOPY_HPP