
    xfJ                     ,    d dl Z ddlmZ g dZd Zd Zy)    N   )	_matfuncs)"expmcosmsinmtanmcoshmsinhmtanhmlogmfunmsignmsqrtmexpm_frechet	expm_condfractional_matrix_power
khatri_raoprodlogical_notravel	transpose	conjugateabsoluteamaxsignisfinitesinglenormsolveinvtriusvdschurrsf2csfepsfepsc                      t         S )N)__all__     7/usr/lib/python3/dist-packages/scipy/linalg/matfuncs.py__dir__r,      s    Nr*   c                     | t         vrt        d|  d      t        j                  d|  dt        d       t        t        |       S )Nz9scipy.linalg.matfuncs is deprecated and has no attribute z&. Try looking in scipy.linalg instead.zPlease use `zY` from the `scipy.linalg` namespace, the `scipy.linalg.matfuncs` namespace is deprecated.   )category
stacklevel)r(   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r+   __getattr__r7      s[    7Gf:<= 	= MML 'I I-!= 9d##r*   )r2    r   r(   r,   r7   r)   r*   r+   <module>r9      s   
  
$r*   