Return the scaled companion matrix of cs.
The basis polynomials are scaled so that the companion matrix is symmetric when cs represents a single HermiteE polynomial. This provides better eigenvalue estimates than the unscaled case and in the single polynomial case the eigenvalues are guaranteed to be real if numpy.linalg.eigvalsh is used to obtain them.
Parameters : | cs : array_like
|
---|---|
Returns : | mat : ndarray
|