
    xf                     ,    d dl Z ddlmZ g dZd Zd Zy)    N   )_decomp_cholesky)	cholesky
cho_factor	cho_solvecholesky_bandedcho_solve_bandedasarray_chkfinite
atleast_2dLinAlgErrorget_lapack_funcsc                      t         S )N)__all__     >/usr/lib/python3/dist-packages/scipy/linalg/decomp_cholesky.py__dir__r      s    Nr   c                     | t         vrt        d|  d      t        j                  d|  dt        d       t        t        |       S )Nz@scipy.linalg.decomp_cholesky is deprecated and has no attribute z&. Try looking in scipy.linalg instead.zPlease use `z`` from the `scipy.linalg` namespace, the `scipy.linalg.decomp_cholesky` namespace is deprecated.   )category
stacklevel)r   AttributeErrorwarningswarnDeprecationWarninggetattrr   )names    r   __getattr__r      s\    7Nf:<= 	= MML 'M M-!= #T**r   )r    r   r   r   r   r   r   r   <module>r       s   
  
+r   