
    ^j2                         d Z dZg dZddlZddlmZ ddlmZm	Z	 ddl
mZmZ dd	lmZ dd
lmZ  G d de      Zd Z G d dee	      Z G d dee      Zy)z&Compressed Sparse Column matrix formatzrestructuredtext en)	csc_array
csc_matrixisspmatrix_csc    N   )spmatrix)_spbasesparray)	csr_tocsc	expandptr)upcast)
_cs_matrixc                   L   e Zd ZdZddZej                  j                  e_        d ZddZej                  j                  e_        ddZ	ej                  j                  e	_        d Z
ej                  j                  e
_        d Zd	 Zd
 Zd Zd Zd Zd Zd Zed        Zy)	_csc_basecscNc                     ||dk7  rt        d      | j                  \  }}| j                  | j                  | j                  | j
                  f||f|      S )N)r   r   zvSparse arrays/matrices do not support an 'axes' parameter because swapping dimensions is the only logical permutation.copy)
ValueErrorshape_csr_containerdataindicesindptr)selfaxesr   MNs        J/opt/ringagent/.cad-venv/lib/python3.12/site-packages/scipy/sparse/_csc.py	transposez_csc_base.transpose   sm     L M M zz1""DIIt||$(KK$134a&t # E 	E    c              #   @   K   | j                         E d {    y 7 wN)tocsr)r   s    r   __iter__z_csc_base.__iter__!   s     ::<s   c                 *    |r| j                         S | S r"   r   )r   r   s     r   tocscz_csc_base.tocsc$   s    99;Kr    c           
      p   | j                   \  }}| j                  | j                  | j                  ft	        | j
                  |            }t        j                  |dz   |      }t        j                  | j
                  |      }t        j                  | j
                  t        | j                              }t        ||| j                  j                  |d      | j                  j                  |d      | j                  |||       | j                  |||f| j                   d      }d|_        |S )N)maxvalr   dtypeFr   )r   r   T)r   _get_index_dtyper   r   maxnnznpemptyr   r*   r
   astyper   r   has_sorted_indices)	r   r   r   r   	idx_dtyper   r   r   As	            r   r#   z_csc_base.tocsr,   s	   jj!))4;;*E+.txx+; * =	!a%y1((48895xxtzz(:;!Q++$$YU$;,,%%ie%<))	 7F#**5   
  $r    c                    | j                  | j                        \  }}| j                  }t        j                  t        |      | j                  j                        }t        || j                  |       | j                  ||f      \  }}| j                  dk7  }||   }||   }t        j                  |d      }||   }||   }||fS )Nr)   r   	mergesort)kind)_swapr   r   r.   r/   lenr*   r   r   r   argsort)	r   	major_dim	minor_dimminor_indicesmajor_indicesrowcolnz_maskinds	            r   nonzeroz_csc_base.nonzeroE   s    
  $zz$**5	9]!34<<;M;MN)T[[-8::}m<=S ))q.'l'l jj;/#h#hCxr    c                     | j                   \  }}t        |      }|dk  r||z  }|dk  s||k\  rt        d| d      | j                  |      j	                         S )z]Returns a copy of row i of the matrix, as a (1 x n)
        CSR matrix (row vector).
        r   index () out of rangeminor)r   int
IndexError_get_submatrixr#   r   ir   r   s       r   _getrowz_csc_base._getrow^   sh     zz1Fq5FAq5AFwqc899"""+1133r    c                     | j                   \  }}t        |      }|dk  r||z  }|dk  s||k\  rt        d| d      | j                  |d      S )zcReturns a copy of column i of the matrix, as a (m x 1)
        CSC matrix (column vector).
        r   rD   rE   T)majorr   )r   rH   rI   rJ   rK   s       r   _getcolz_csc_base._getcolj   sa     zz1Fq5FAq5AFwqc899"""66r    c                 D    | j                  |      j                  |      S )NrF   )_major_index_fancyrJ   r   r>   r?   s      r   _get_intXarrayz_csc_base._get_intXarrayv   s!    &&s+:::EEr    c                     |j                   dv r| j                  ||d      S | j                  |      j                  |      S )Nr   NTrO   rG   r   rF   )steprJ   _major_slicerS   s      r   _get_intXslicez_csc_base._get_intXslicey   sE    88y &&S$&GG  %4434??r    c                     |j                   dv r| j                  ||d      S | j                  |      j                  |      S )NrV   TrW   rO   )rX   rJ   _minor_slicerS   s      r   _get_sliceXintz_csc_base._get_sliceXint~   sE    88y &&S$&GG"""-::3??r    c                 B    | j                  |      j                  |      S r"   )rR   r]   rS   s      r   _get_sliceXarrayz_csc_base._get_sliceXarray   s    &&s+88==r    c                     | j                  |      j                  |      }|j                  dkD  r|j                  |j                        S |S )Nr\   r   )rJ   _minor_index_fancyndimreshaper   )r   r>   r?   ress       r   _get_arrayXintz_csc_base._get_arrayXint   sC    !!!,??D88a<;;syy))
r    c                 B    | j                  |      j                  |      S r"   )rY   rb   rS   s      r   _get_arrayXslicez_csc_base._get_arrayXslice   s      %88==r    c                     | d   | d   fS )zBswap the members of x if this is a column-oriented matrix
        r   r    xs    r   r7   z_csc_base._swap   s     tQqTzr    )NF)F)__name__
__module____qualname___formatr   r   __doc__r$   r&   r#   rB   r   rM   rP   rT   rZ   r^   r`   rf   rh   staticmethodr7   rj   r    r   r   r      s    G	E  ))11I  MM))EM. MM))EM. !((00GO
4
7F@
@
>>
  r    r   c                 "    t        | t              S )a  Is `x` of csc_matrix type?

    .. warning::

       SciPy sparse is shifting from a sparse matrix interface to a sparse
       array interface. In the next few releases we expect to deprecate the
       sparse matrix interface. For documentation of the matrix
       interface, see the :ref:`spmatrix interface docs <spmatrix_api>`.
       For guidance on converting existing code to sparse arrays, see
       :ref:`Migration from spmatrix to sparray <migration_to_sparray>`.

    Parameters
    ----------
    x
        object to check for being a csc matrix

    Returns
    -------
    bool
        True if `x` is a csc matrix, False otherwise

    Examples
    --------
    >>> from scipy.sparse import csc_array, csc_matrix, coo_matrix, isspmatrix_csc
    >>> isspmatrix_csc(csc_matrix([[5]]))
    True
    >>> isspmatrix_csc(csc_array([[5]]))
    False
    >>> isspmatrix_csc(coo_matrix([[5]]))
    False
    )
isinstancer   rk   s    r   r   r      s    @ a$$r    c                       e Zd ZdZy)r   a  
    Compressed Sparse Column array.

    This can be instantiated in several ways:
        csc_array(D)
            where D is a 2-D ndarray

        csc_array(S)
            with another sparse array or matrix S (equivalent to S.tocsc())

        csc_array((M, N), [dtype])
            to construct an empty array with shape (M, N)
            dtype is optional, defaulting to dtype='d'.

        csc_array((data, (row_ind, col_ind)), [shape=(M, N)])
            where ``data``, ``row_ind`` and ``col_ind`` satisfy the
            relationship ``a[row_ind[k], col_ind[k]] = data[k]``.

        csc_array((data, indices, indptr), [shape=(M, N)])
            is the standard CSC representation where the row indices for
            column i are stored in ``indices[indptr[i]:indptr[i+1]]``
            and their corresponding values are stored in
            ``data[indptr[i]:indptr[i+1]]``.  If the shape parameter is
            not supplied, the array dimensions are inferred from
            the index arrays.

    Attributes
    ----------
    data : ndarray
        CSC format data array of the array
    indices : ndarray
        CSC format index array of the array
    indptr : ndarray
        CSC format index pointer array of the array
    has_sorted_indices : bool
        Whether indices are sorted
    has_canonical_format : bool
        Whether indices are sorted and no duplicate entries exist
    dtype : dtype
        Data type of the array
    shape : 2-tuple
        Shape of the array
    ndim : int
        Number of dimensions (this is always 2)
    format : str
        Three letter code for the format of the array storage, e.g. 'csc'
    nnz : int
        Number of values stored in the array
    size : int
        Number of values stored in the array
    T : csc_array
        The transpose of the array
    mT : csc_array
        The matrix transpose of the array

    Notes
    -----

    Sparse arrays can be used in arithmetic operations: they support
    addition, subtraction, multiplication, division, and matrix power.

    Advantages of the CSC format
        - efficient arithmetic operations CSC + CSC, CSC * CSC, etc.
        - efficient column slicing
        - fast matrix vector products (CSR, BSR may be faster)

    Disadvantages of the CSC format
      - slow row slicing operations (consider CSR)
      - changes to the sparsity structure are expensive (consider LIL or DOK)

    Canonical format
      - Within each column, indices are sorted by row.
      - There are no duplicate entries.

    Examples
    --------

    >>> import numpy as np
    >>> from scipy.sparse import csc_array
    >>> csc_array((3, 4), dtype=np.int8).toarray()
    array([[0, 0, 0, 0],
           [0, 0, 0, 0],
           [0, 0, 0, 0]], dtype=int8)

    >>> row = np.array([0, 2, 2, 0, 1, 2])
    >>> col = np.array([0, 0, 1, 2, 2, 2])
    >>> data = np.array([1, 2, 3, 4, 5, 6])
    >>> csc_array((data, (row, col)), shape=(3, 3)).toarray()
    array([[1, 0, 4],
           [0, 0, 5],
           [2, 3, 6]])

    >>> indptr = np.array([0, 2, 3, 6])
    >>> indices = np.array([0, 2, 2, 0, 1, 2])
    >>> data = np.array([1, 2, 3, 4, 5, 6])
    >>> csc_array((data, indices, indptr), shape=(3, 3)).toarray()
    array([[1, 0, 4],
           [0, 0, 5],
           [2, 3, 6]])

    Nrm   rn   ro   rq   rj   r    r   r   r      s    dr    r   c                       e Zd ZdZy)r   a  
    Compressed Sparse Column matrix.

    .. warning::

       SciPy sparse is shifting from a sparse matrix interface to a sparse
       array interface. In the next few releases we expect to deprecate the
       sparse matrix interface. For documentation of the matrix
       interface, see the :ref:`spmatrix interface docs <spmatrix_api>`.
       For guidance on converting existing code to sparse arrays, see
       :ref:`Migration from spmatrix to sparray <migration_to_sparray>`.

    This can be instantiated in several ways:
        csc_matrix(D)
            where D is a 2-D ndarray

        csc_matrix(S)
            with another sparse array or matrix S (equivalent to S.tocsc())

        csc_matrix((M, N), [dtype])
            to construct an empty matrix with shape (M, N)
            dtype is optional, defaulting to dtype='d'.

        csc_matrix((data, (row_ind, col_ind)), [shape=(M, N)])
            where ``data``, ``row_ind`` and ``col_ind`` satisfy the
            relationship ``a[row_ind[k], col_ind[k]] = data[k]``.

        csc_matrix((data, indices, indptr), [shape=(M, N)])
            is the standard CSC representation where the row indices for
            column i are stored in ``indices[indptr[i]:indptr[i+1]]``
            and their corresponding values are stored in
            ``data[indptr[i]:indptr[i+1]]``.  If the shape parameter is
            not supplied, the matrix dimensions are inferred from
            the index arrays.

    Attributes
    ----------
    data : ndarray
        CSC format data array of the matrix
    indices : ndarray
        CSC format index array of the matrix
    indptr : ndarray
        CSC format index pointer array of the matrix
    has_sorted_indices : bool
        Whether indices are sorted
    has_canonical_format : bool
        Whether indices are sorted and no duplicate entries exist
    dtype : dtype
        Data type of the matrix
    shape : 2-tuple
        Shape of the matrix
    ndim : int
        Number of dimensions (this is always 2)
    format : str
        Three letter code for the format of the matrix storage, e.g. 'csc'
    nnz : int
        Number of values stored in the matrix
    size : int
        Number of values stored in the matrix
    T : csc_matrix
        The transpose of the matrix
    mT : csc_matrix
        The matrix transpose

    Notes
    -----

    Sparse matrices can be used in arithmetic operations: they support
    addition, subtraction, multiplication, division, and matrix power.

    Advantages of the CSC format
        - efficient arithmetic operations CSC + CSC, CSC * CSC, etc.
        - efficient column slicing
        - fast matrix vector products (CSR, BSR may be faster)

    Disadvantages of the CSC format
      - slow row slicing operations (consider CSR)
      - changes to the sparsity structure are expensive (consider LIL or DOK)

    Canonical format
      - Within each column, indices are sorted by row.
      - There are no duplicate entries.

    Examples
    --------

    >>> import numpy as np
    >>> from scipy.sparse import csc_matrix
    >>> csc_matrix((3, 4), dtype=np.int8).toarray()
    array([[0, 0, 0, 0],
           [0, 0, 0, 0],
           [0, 0, 0, 0]], dtype=int8)

    >>> row = np.array([0, 2, 2, 0, 1, 2])
    >>> col = np.array([0, 0, 1, 2, 2, 2])
    >>> data = np.array([1, 2, 3, 4, 5, 6])
    >>> csc_matrix((data, (row, col)), shape=(3, 3)).toarray()
    array([[1, 0, 4],
           [0, 0, 5],
           [2, 3, 6]])

    >>> indptr = np.array([0, 2, 3, 6])
    >>> indices = np.array([0, 2, 2, 0, 1, 2])
    >>> data = np.array([1, 2, 3, 4, 5, 6])
    >>> csc_matrix((data, indices, indptr), shape=(3, 3)).toarray()
    array([[1, 0, 4],
           [0, 0, 5],
           [2, 3, 6]])

    Nrv   rj   r    r   r   r   $  s    mr    r   )rq   __docformat____all__numpyr.   _matrixr   _baser   r	   _sparsetoolsr
   r   _sputilsr   _compressedr   r   r   r   r   rj   r    r   <module>r      s\    ,%
7   # .  #D
 DN %He	7 ePn9 nr    