Tpetra parallel linear algebra Version of the Day
Tpetra_createDeepCopy.hpp
1#ifndef TPETRA_CREATEDEEPCOPY_HPP
2#define TPETRA_CREATEDEEPCOPY_HPP
3
4#ifdef TPETRA_ENABLE_DEPRECATED_CODE
5
6#include "TpetraCore_config.h"
7
8namespace Tpetra {
9
10template<class OutputType, class InputType>
11OutputType
12TPETRA_DEPRECATED
13createDeepCopy (const InputType& in);
14
15} // namespace Tpetra
16
17#endif // TPETRA_ENABLE_DEPRECATED_CODE
18
19#endif // TPETRA_CREATEDEEPCOPY_HPP
Namespace Tpetra contains the class and methods constituting the Tpetra library.