orthax.hermite_e.hermecompanion

orthax.hermite_e.hermecompanion(c)Source

Return the scaled companion matrix of c.

The basis polynomials are scaled so that the companion matrix is symmetric when c is an HermiteE basis polynomial. This provides better eigenvalue estimates than the unscaled case and for basis polynomials the eigenvalues are guaranteed to be real if jax.numpy.linalg.eigvalsh is used to obtain them.

Parameters:

c (array_like) – 1-D array of HermiteE series coefficients ordered from low to high degree.

Returns:

mat (ndarray) – Scaled companion matrix of dimensions (deg, deg).