﻿jax.experimental.sparse.CSR
===========================

.. currentmodule:: jax.experimental.sparse

.. autoclass:: CSR

   
   .. automethod:: __init__

   
   .. rubric:: Methods

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

   
   
   .. rubric:: Attributes

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