﻿jax.experimental.sparse.CSC
===========================

.. currentmodule:: jax.experimental.sparse

.. autoclass:: CSC

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~CSC.__init__
      ~CSC.block_until_ready
      ~CSC.fromdense
      ~CSC.sum
      ~CSC.todense
      ~CSC.transpose
      ~CSC.tree_flatten
      ~CSC.tree_unflatten
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~CSC.T
      ~CSC.dtype
      ~CSC.ndim
      ~CSC.nse
      ~CSC.size
      ~CSC.data
      ~CSC.indices
      ~CSC.indptr
      ~CSC.shape
   
   