cf.RegridOperator.tosparse¶
-
RegridOperator.tosparse()[source]¶ Return the weights in sparse COOrdinate format.
See
scipy.sparse._arrays.coo_arrayfor sparse format details.New in version 3.14.0.
See also
- Returns
scipy.sparse._arrays.coo_arrayThe sparse array of weights.