Rheolef  7.1
an efficient C++ finite element environment
disarray_seq_inst.cc
Go to the documentation of this file.
1 # 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
This file is part of Rheolef.
Definition: compiler_eigen.h:37