DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <fista.h>
Public Member Functions | |
T | eval (const Vector< T > &alpha) const |
virtual T | fenchel (const Vector< T > &input) const |
void | grad (const Vector< T > &alpha, Vector< T > &grad) const |
void | init (const Vector< T > &x) |
SqLossMissing (const AbstractMatrixB< T > &D) | |
virtual void | var_fenchel (const Vector< T > &x, Vector< T > &grad1, Vector< T > &grad2, const bool intercept) const |
virtual | ~SqLossMissing () |
Public Member Functions inherited from spams::FISTA::Loss< T > | |
virtual bool | is_fenchel () const |
Loss () | |
virtual bool | test_backtracking (const Vector< T > &y, const Vector< T > &grad, const Vector< T > &prox, const T L) const |
virtual | ~Loss () |
Private Member Functions | |
SqLossMissing< T > & | operator= (const SqLossMissing< T > &dict) |
SqLossMissing (const SqLossMissing< T > &dict) | |
Private Attributes | |
const AbstractMatrixB< T > * | _D |
List< int > | _missingvalues |
Vector< T > | _x |
|
inline |
|
inlinevirtual |
|
explicitprivate |
|
inlinevirtual |
Implements spams::FISTA::Loss< T >.
Definition at line 309 of file fista.h.
References spams::Vector< T >::copy(), spams::Vector< T >::n(), spams::Vector< T >::nrm2sq(), and spams::Vector< T >::toSparse().
|
inlinevirtual |
Implements spams::FISTA::Loss< T >.
Definition at line 332 of file fista.h.
References spams::Vector< T >::dot(), and spams::Vector< T >::nrm2sq().
|
inlinevirtual |
Implements spams::FISTA::Loss< T >.
Definition at line 321 of file fista.h.
References spams::Vector< T >::copy(), spams::Vector< T >::n(), and spams::Vector< T >::toSparse().
|
inlinevirtual |
Implements spams::FISTA::Loss< T >.
|
private |
|
inlinevirtual |
Implements spams::FISTA::Loss< T >.
Definition at line 335 of file fista.h.
References spams::Vector< T >::copy(), spams::Vector< T >::n(), spams::Vector< T >::toSparse(), and spams::Vector< T >::whiten().
|
private |
|
private |
|
private |