jax.experimental.sparse.bcsr_extract

Contents

jax.experimental.sparse.bcsr_extract#

jax.experimental.sparse.bcsr_extract(indices, indptr, mat)[source]#

Extract values from a dense matrix at given BCSR (indices, indptr).

Parameters:
Return type:

Array

Returns:

An ndarray; see BCSR data.