TotalVariation: The TotalVariation atom.

View source: R/atoms.R

TotalVariationR Documentation

The TotalVariation atom.

Description

The total variation of a vector, matrix, or list of matrices. Uses L1 norm of discrete gradients for vectors and L2 norm of discrete gradients for matrices.

Usage

TotalVariation(value, ...)

Arguments

value

An Expression representing the value to take the total variation of.

...

Additional matrices extending the third dimension of value.

Value

An expression representing the total variation.


anqif/cvxr documentation built on Feb. 1, 2024, 5:42 p.m.