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"
23using namespace std;
24// ----------------------------------------------------------------------------
25// instanciation in library
26// ----------------------------------------------------------------------------
27namespace rheolef {
28template class disarray_rep<Float,sequential,std::allocator<Float> >;
29template class disarray_rep<int, sequential,std::allocator<int> >;
30template class disarray_rep<size_t,sequential,std::allocator<size_t> >;
31} // namespace rheolef
This file is part of Rheolef.
STL namespace.