Tpetra parallel linear algebra
Version of the Day
core
src
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
8
namespace
Tpetra
{
9
10
template
<
class
OutputType,
class
InputType>
11
OutputType
12
TPETRA_DEPRECATED
13
createDeepCopy (
const
InputType& in);
14
15
}
// namespace Tpetra
16
17
#endif
// TPETRA_ENABLE_DEPRECATED_CODE
18
19
#endif
// TPETRA_CREATEDEEPCOPY_HPP
Tpetra
Namespace Tpetra contains the class and methods constituting the Tpetra library.
Generated by
1.9.1