o
    i                     @   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   h/var/www/html/eduruby.in/lip-sync/lip-sync-env/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    