NeoPZ
pzfunction.cpp
Go to the documentation of this file.
1 
6 #include "pzfunction.h"
7 
8 template class TPZFunction<float>;
9 template class TPZFunction<double>;
10 template class TPZFunction<long double>;
11 
12 template class TPZFunction<std::complex<float> >;
13 template class TPZFunction<std::complex<double> >;
15 
16 template class TPZDummyFunction<float>;
17 template class TPZDummyFunction<double>;
18 template class TPZDummyFunction<long double>;
19 
Implements a function. Utility.
Definition: pzfunction.h:19