odlgroup / odl

Operator Discretization Library https://odlgroup.github.io/odl/
Mozilla Public License 2.0
370 stars 105 forks source link

Add nuclear norm #690

Closed adler-j closed 7 years ago

adler-j commented 7 years ago

The nuclear norm is a norm on spaces of the form

ProductSpace(ProductSpace(space, n), m)

See article:

Collaborative Total Variation: A General Framework for Vectorial TV Models

for more information.

chongchenmath commented 7 years ago

The nuclear norm is a norm of a matrix, which is the sum of singular values of the matrix. So here we need a matrix space.