Mentions légales du service

Skip to content

FEAT: add informative __repr__ to LinearOperator and RegularizationTerm

FRIGO Matteo requested to merge mfrigo/talon:str-and-repr into devel

This MR adds an informative string representation of the LinearOperator and RegularizationTerm classes. The feature is implemented in the corresponding base classes and adapted in the derived classes if necessary.

This MR addresses issue #32 (closed)

Merge request reports