Function that computes the quadrature points and weights from the moments using Newton's method.
Uses Newton's method for computing the solution to the non-linear system of equations. Works only for the multivariate case as well. Problems have been encounterd for num_points > 3 for the univariate case. |
1.7.2