
    xf                     2    d dl Z ddlmZ g dZdgZd Zd Zy)    N   )_dsolve)
MatrixRankWarningSuperLU
factorizedspiluspluspsolvespsolve_triangular
use_solverlinsolvetestr   c                      t         S )N)__all__     </usr/lib/python3/dist-packages/scipy/sparse/linalg/dsolve.py__dir__r      s    Nr   c                     | t         vr| t        vrt        d|  d      | t        v rd|  d}nd|  d}t        j                  |t
        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msgs     r   __getattr__r!      s    7t>9LfACD 	D ~8 ?6 6 dV $K K MM# 2qA7D!!r   )r    r   r   r   r   r!   r   r   r   <module>r#      s'   
   "r   