Tpetra parallel linear algebra
Version of the Day
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
Generated by
1.8.5