DMRITool  v0.1.1-139-g860d86b4
Diffusion MRI Tool
Public Member Functions | List of all members
spams::FISTA::normL2< T > Class Template Reference

#include <fista.h>

+ Inheritance diagram for spams::FISTA::normL2< T >:
+ Collaboration diagram for spams::FISTA::normL2< T >:

Detailed Description

template<typename T>
class spams::FISTA::normL2< T >

Definition at line 1229 of file fista.h.

Public Member Functions

eval (const Vector< T > &x) const
 
void fenchel (const Vector< T > &input, T &val, T &scal) const
 
 normL2 (const ParamReg< T > &param)
 
void prox (const Vector< T > &x, Vector< T > &y, const T lambda)
 
virtual ~normL2 ()
 
- Public Member Functions inherited from spams::FISTA::Regularizer< T >
virtual T eval_dual_norm (const Vector< T > &x) const
 
virtual T eval_dual_norm_paths (const Vector< T > &x, SpMatrix< T > &path) const
 
virtual T eval_paths (const Vector< T > &x, SpMatrix< T > &paths_mat) const
 
virtual bool is_fenchel () const
 
virtual bool is_intercept () const
 
virtual bool is_subgrad () const
 
 Regularizer ()
 
 Regularizer (const ParamReg< T > &param)
 
virtual void reset ()
 
virtual void sub_grad (const Vector< T > &input, Vector< T > &output) const
 
virtual ~Regularizer ()
 

Additional Inherited Members

- Protected Attributes inherited from spams::FISTA::Regularizer< T >
bool _intercept
 
bool _pos
 

Constructor & Destructor Documentation

template<typename T >
spams::FISTA::normL2< T >::normL2 ( const ParamReg< T > &  param)
inline

Definition at line 1231 of file fista.h.

template<typename T >
virtual spams::FISTA::normL2< T >::~normL2 ( )
inlinevirtual

Definition at line 1232 of file fista.h.

Member Function Documentation

template<typename T >
T spams::FISTA::normL2< T >::eval ( const Vector< T > &  x) const
inlinevirtual

Implements spams::FISTA::Regularizer< T >.

Definition at line 1246 of file fista.h.

References spams::Vector< T >::n(), spams::Vector< T >::nrm2(), and spams::Vector< T >::rawX().

+ Here is the call graph for this function:

template<typename T >
void spams::FISTA::normL2< T >::fenchel ( const Vector< T > &  input,
T &  val,
T &  scal 
) const
inlinevirtual

TODO add subgradient.

Implements spams::FISTA::Regularizer< T >.

Definition at line 1251 of file fista.h.

References spams::Vector< T >::copy(), EPSILON, INFINITY, spams::Vector< T >::n(), spams::Vector< T >::nrm2(), and spams::Vector< T >::thrsPos().

+ Here is the call graph for this function:

template<typename T >
void spams::FISTA::normL2< T >::prox ( const Vector< T > &  x,
Vector< T > &  y,
const T  lambda 
)
inlinevirtual

The documentation for this class was generated from the following file: