Rheolef
7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
disarray_seq_inst.cc
Go to the documentation of this file.
1
21
# include "rheolef/disarray.h"
22
# include "rheolef/load_chunk.h"
23
using namespace
std
;
24
// ----------------------------------------------------------------------------
25
// instanciation in library
26
// ----------------------------------------------------------------------------
27
namespace
rheolef
{
28
template
class
disarray_rep<Float,sequential,std::allocator<Float>
>;
29
template
class
disarray_rep<int, sequential,std::allocator<int>
>;
30
template
class
disarray_rep<size_t,sequential,std::allocator<size_t>
>;
31
}
// namespace rheolef
rheolef::disarray_rep
Definition
disarray.h:214
rheolef
This file is part of Rheolef.
Definition
compiler_eigen.h:39
std
STL namespace.