
    xf                     ,    d dl Z ddlmZ g dZd Zd Zy)    N   )_special_matrices)tritriltriutoeplitz	circulanthankelhadamardlesliekron
block_diag	companionhelmerthilbert
invhilbertpascal	invpascaldftfiedlerfiedler_companionconvolution_matrix
as_stridedc                      t         S )N)__all__     ?/usr/lib/python3/dist-packages/scipy/linalg/special_matrices.py__dir__r      s    Nr   c                     | t         vrt        d|  d      t        j                  d|  dt        d       t        t        |       S )NzAscipy.linalg.special_matrices is deprecated and has no attribute z&. Try looking in scipy.linalg instead.zPlease use `za` from the `scipy.linalg` namespace, the `scipy.linalg.special_matrices` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r   __getattr__r*      s\    7Of:<= 	= MML 'N N-!= $d++r   )r%    r   r   r   r*   r   r   r   <module>r,      s   
  
,r   