![]() |
SOPT
Sparse OPTimisation
|
#include <gradient_utils.h>
Public Member Functions | |
IterationState (const T &target) | |
IterationState (const T &target, std::shared_ptr< sopt::LinearTransform< T >> Phi) | |
const T & | target () const |
const sopt::LinearTransform< T > & | Phi () const |
void | Phi (const sopt::LinearTransform< T > &new_phi) |
A helper object that can hold the measurement operator and the target vector for a given iteration state
Definition at line 13 of file gradient_utils.h.
|
inline |
Definition at line 15 of file gradient_utils.h.
|
inline |
Definition at line 20 of file gradient_utils.h.
References sopt::IterationState< T >::Phi().
|
inline |
Definition at line 28 of file gradient_utils.h.
Referenced by sopt::IterationState< T >::IterationState().
|
inline |
Definition at line 30 of file gradient_utils.h.
|
inline |
Definition at line 26 of file gradient_utils.h.