NeoPZ
pzvecfrontal.cpp
Go to the documentation of this file.
1 
6 #include "pzvec.h"
7 #include "pzerror.h"
8 
9 #include "tpzeqnarray.h"
10 
11 template class TPZVec<TPZEqnArray<float> >;
12 template class TPZVec<TPZEqnArray<double> >;
13 template class TPZVec<TPZEqnArray<long double> >;
14 
15 template class TPZVec<TPZEqnArray<float> *>;
16 template class TPZVec<TPZEqnArray<double> *>;
17 template class TPZVec<TPZEqnArray<long double> *>;
Templated vector implementation.
Defines PZError.
This class implements a simple vector storage scheme for a templated class T. Utility.
Definition: pzgeopoint.h:19
Contains the TPZEqnArray class which implements an equation array.