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
#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
Tpetra
Namespace Tpetra contains the class and methods constituting the Tpetra library.
Generated by
1.9.1