o
    Eb	                     @   sx   d dl Z ddlmZ g dZddddd	d
ddddddddddZg dZeee  e g d Zdd Z	dd Z
dS )    N   )_orthogonal)ZlegendreZchebytZchebyuZchebycZchebysZjacobiZlaguerreZgenlaguerreZhermiteZhermitenormZ
gegenbauerZsh_legendreZ	sh_chebytZ	sh_chebyuZ	sh_jacobip_rootst_rootsu_rootsc_rootss_rootsj_rootsl_rootsla_rootsh_rootshe_rootscg_rootsps_rootsts_rootsus_rootsjs_roots)Zroots_legendreZroots_chebytZroots_chebyuZroots_chebycZroots_chebysZroots_jacobiZroots_laguerreZroots_genlaguerreZroots_hermiteZroots_hermitenormZroots_gegenbauerZroots_sh_legendreZroots_sh_chebytZroots_sh_chebyuZroots_sh_jacobi)Zeval_legendreZeval_chebytZeval_chebyuZeval_chebycZeval_chebysZeval_jacobiZeval_laguerreZeval_genlaguerreZeval_hermiteZeval_hermitenormZeval_gegenbauerZeval_sh_legendreZeval_sh_chebytZeval_sh_chebyuZeval_sh_jacobi)ZpochZbinomZexpinfZfloorZaroundZhstackZarangeZlinalgZairyZcephesZspecfunZorthopoly1dZnewfunZoldfunr   r   r   r   r   r	   r
   r   r   r   r   r   r   r   r   c                   C   s   t S )N)__all__ r   r   :/usr/lib/python3/dist-packages/scipy/special/orthogonal.py__dir__/   s   r   c                 C   s:   | t vrtd|  dtjd|  dtdd tt| S )Nz<scipy.special.orthogonal is deprecated and has no attribute z'. Try looking in scipy.special instead.zPlease use `z]` from the `scipy.special` namespace, the `scipy.special.orthogonal` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )namer   r   r   __getattr__3   s   
r!   )r    r   Z	_polyfunsZ_rootfuns_mapZ	_evalfunslistkeysr   r   r!   r   r   r   r   <module>   s.   	