Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

app-radu/polynomials.hh
Go to the documentation of this file.
00001 #ifndef POLYNOMIALS_hh
00002 #define POLYNOMIALS_hh
00003 
00004 #include "basics/typedefs.hh"
00005 #include "toolbox/array.hh"
00006 
00007 using concepts::Real;
00008 
00017 void polynomials(const uint N, concepts::Array<Real>& eigenvalues,
00018      concepts::Array<Real>& integrals);
00019 
00020 #endif

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)