13#include <NeMachineLearningLib.h>
14#include <MachineLearning/CommonUtil.h>
18 namespace MachineLearning
20 template<
typename Scalar>
63 static void Compute(
int n, af::array& x, af::array& w);
Gauss-Hermite Quadrature.
static af::array NormedHermite(const af::array &x, int n)
Evaluate a normalized Hermite polynomial..
static af::array HermCompanion(const af::array &c)
Return the scaled companion matrix of c.
static void Compute(int n, af::array &x, af::array &w)
Data direct.