bundles / scipy 1.17.1 / scipy / special / _orthogonal / _initial_nodes
function
scipy.special._orthogonal:_initial_nodes
Signature
def _initial_nodes ( n ) Summary
Initial guesses for the Hermite roots
Extended Summary
Computes an initial approximation to the non-negative roots of the Hermite polynomial of order . The Tricomi and Gatteschi initial guesses are used in the region where they are accurate.
Parameters
n: intQuadrature order
Returns
xk: ndarrayApproximate roots
See also
- roots_hermite_asy
Aliases
-
scipy.special._orthogonal._initial_nodes