43 #include <boost/shared_ptr.hpp>
44 #include <boost/bind.hpp>
48 namespace LibUtilities
63 LIB_UTILITIES_EXPORT const boost::shared_ptr<NekMatrix<NekDouble> >
GetI(
unsigned int numpoints,
const Array<OneD, const NekDouble>& x);
166 void CalculateInterpMatrix(
unsigned int npts,
const Array<OneD, const NekDouble>& xpoints, Array<OneD, NekDouble>& interp);
181 #endif //GAUSSPOINTS_H