{ } Raw JSON

bundles / scipy 1.17.1 / scipy / special / _orthogonal / _initial_nodes

function

scipy.special._orthogonal:_initial_nodes

source: /scipy/special/_orthogonal.py :1025

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 : int

Quadrature order

Returns

xk : ndarray

Approximate roots

See also

roots_hermite_asy

Aliases

  • scipy.special._orthogonal._initial_nodes