cr.sparse.lop.inv_heaviside¶
- cr.sparse.lop.inv_heaviside(n, axis=0, normalized=True)[source]¶
Returns a linear operator that computes the inverse of Heaviside/cumsum on input
- Parameters
- Returns
An inverse of Heaviside linear operator
- Return type
Recall that Heaviside operate computes the cumulative sum. This operator computes the reverse of cumulative sum which is the difference of consecutive values.