o
    oÇh÷  ã                   @   s^   d Z G dd„ deƒZG dd„ deeƒZG dd„ deƒZG dd„ deeƒZG d	d
„ d
eeƒZdS )z)
Exceptions raised by the matrix module.
c                   @   ó   e Zd ZdS )ÚMatrixErrorN©Ú__name__Ú
__module__Ú__qualname__© r   r   úm/var/www/html/construction_image-detection-poc/venv/lib/python3.10/site-packages/sympy/matrices/exceptions.pyr      ó    r   c                   @   ó   e Zd ZdZdS )Ú
ShapeErrorzWrong matrix shapeN©r   r   r   Ú__doc__r   r   r   r   r   
   ó    r   c                   @   r   )ÚNonSquareMatrixErrorNr   r   r   r   r   r      r	   r   c                   @   r
   )ÚNonInvertibleMatrixErrorzGThe matrix in not invertible (division by multidimensional zero error).Nr   r   r   r   r   r      r   r   c                   @   r
   )ÚNonPositiveDefiniteMatrixErrorz-The matrix is not a positive-definite matrix.Nr   r   r   r   r   r      r   r   N)r   Ú	Exceptionr   Ú
ValueErrorr   r   r   r   r   r   r   r   Ú<module>   s    