41 #include <boost/shared_ptr.hpp>
50 namespace LibUtilities
68 LIB_UTILITIES_EXPORT const boost::shared_ptr<NekMatrix<NekDouble> >
GetI(
unsigned int numpoints,
const Array<OneD, const NekDouble>& x);
88 void CalculateInterpMatrix(
unsigned int npts,
const Array<OneD, const NekDouble>& xpoints, Array<OneD, NekDouble>& interp);
99 #endif //POLYEPOINTS_H