DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <fista.h>
Public Member Functions | |
virtual void | dummy ()=0 |
T | eval (const Matrix< T > &X) const |
void | fenchel (const Matrix< T > &input, T &val, T &scal) const |
virtual bool | is_fenchel () const |
void | prox (const Matrix< T > &x, Matrix< T > &y, const T lambda) |
void | reset () |
SpecGraphMat (const ParamReg< T > ¶m) | |
virtual | ~SpecGraphMat () |
Public Member Functions inherited from spams::FISTA::Regularizer< T, Matrix< T > > | |
virtual T | eval_dual_norm (const Matrix< T > &x) const |
virtual T | eval_dual_norm_paths (const Matrix< T > &x, SpMatrix< T > &path) const |
virtual T | eval_paths (const Matrix< T > &x, SpMatrix< T > &paths_mat) const |
virtual bool | is_intercept () const |
virtual bool | is_subgrad () const |
Regularizer () | |
Regularizer (const ParamReg< T > ¶m) | |
virtual void | sub_grad (const Matrix< T > &input, Matrix< T > &output) const |
virtual | ~Regularizer () |
Protected Attributes | |
GraphLasso< T > * | _graphlasso |
Protected Attributes inherited from spams::FISTA::Regularizer< T, Matrix< T > > | |
bool | _intercept |
bool | _pos |
|
inline |
|
inlinevirtual |
|
pure virtual |
Implemented in spams::FISTA::GraphMult< T >, spams::FISTA::TreeMult< T >, and spams::FISTA::MixedL1LINFCR< T >.
|
inlinevirtual |
Implements spams::FISTA::Regularizer< T, Matrix< T > >.
Definition at line 2294 of file fista.h.
References spams::Matrix< T >::toVect().
|
inlinevirtual |
returns phi^star( input ) and ouput=input if the fenchel is unconstrained returns 0 and scale input such that phi^star(output)=0 otherwise
Implements spams::FISTA::Regularizer< T, Matrix< T > >.
Definition at line 2300 of file fista.h.
References spams::Matrix< T >::toVect().
|
inlinevirtual |
Reimplemented from spams::FISTA::Regularizer< T, Matrix< T > >.
|
inlinevirtual |
Implements spams::FISTA::Regularizer< T, Matrix< T > >.
Definition at line 2287 of file fista.h.
References spams::Matrix< T >::m(), spams::Matrix< T >::n(), spams::Matrix< T >::resize(), and spams::Matrix< T >::toVect().
|
inlinevirtual |
Reimplemented from spams::FISTA::Regularizer< T, Matrix< T > >.
|
protected |