cr.sparse.lop.tv¶
- cr.sparse.lop.tv(n, kind='regular', axis=0)[source]¶
Returns a total variation linear operator for 1D signals
- Parameters
- Returns
An linear operator which computes the variation in 1D signals
- Return type
(Operator)
Note
To compute the total variation, we first apply the linear operator and then compute the norm of the variation.