U
    /d                  
   @   sF   d dl Z ddlmZ dddddd	d
dddg
ZdgZdd Zdd ZdS )    N   )_dsolveZMatrixRankWarningZSuperLUZ
factorizedZspiluZspluZspsolveZspsolve_triangularZ
use_solverZlinsolvetestc                   C   s   t S )N)__all__ r   r   >/tmp/pip-unpacked-wheel-9gxwnfpp/scipy/sparse/linalg/dsolve.py__dir__   s    r   c                 C   s\   | t kr | tkr td|  d| tkr6d|  d}nd|  d}tj|tdd tt| S )	Nz>scipy.sparse.linalg.dsolve is deprecated and has no attribute z-. Try looking in scipy.sparse.linalg instead.z'The module `scipy.sparse.linalg.dsolve.ze` is deprecated. All public names must be imported directly from the `scipy.sparse.linalg` namespace.zPlease use `zd` from the `scipy.sparse.linalg` namespace, the `scipy.sparse.linalg.eigen` namespace is deprecated.   )category
stacklevel)r   dsolve_modulesAttributeErrorwarningswarnDeprecationWarninggetattrr   )namemsgr   r   r   __getattr__   s    
r   )r    r   r   r   r   r   r   r   r   r   <module>   s          