Bridge++  Ver. 2.0.2
fopr_Chebyshev.cpp
Go to the documentation of this file.
1 
15 
16 #ifdef USE_FACTORY_AUTOREGISTER
17 namespace {
18  bool init = Fopr_Chebyshev::register_factory();
19 }
20 #endif
21 
22 template<>
23 const std::string AFopr_Chebyshev<Field>::class_name = "Fopr_Chebyshev";
24 
25 template class AFopr_Chebyshev<Field>;
26 
27 
28 //============================================================END=====
afopr_Chebyshev-tmpl.h
AFopr_Chebyshev
Chebyshev polynomial.
Definition: afopr_Chebyshev.h:34