|
DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <fista.h>
Inheritance diagram for spams::FISTA::LossCur< T >:
Collaboration diagram for spams::FISTA::LossCur< T >:Public Member Functions | |
| T | eval (const Matrix< T > &A) const |
| virtual T | fenchel (const Matrix< T > &input) const |
| void | grad (const Matrix< T > &A, Matrix< T > &grad) const |
| void | init (const Matrix< T > &y) |
| LossCur (const AbstractMatrixB< T > &X) | |
| virtual void | var_fenchel (const Matrix< T > &A, Matrix< T > &grad1, Matrix< T > &grad2, const bool intercept) const |
| virtual | ~LossCur () |
Public Member Functions inherited from spams::FISTA::Loss< T, Matrix< T >, Matrix< T > > | |
| virtual bool | is_fenchel () const |
| Loss () | |
| virtual bool | test_backtracking (const Matrix< T > &y, const Matrix< T > &grad, const Matrix< T > &prox, const T L) const |
| virtual | ~Loss () |
Private Member Functions | |
| LossCur (const LossCur< T > &dict) | |
| LossCur< T > & | operator= (const LossCur< T > &dict) |
Private Attributes | |
| const AbstractMatrixB< T > * | _X |
|
inline |
|
inlinevirtual |
|
explicitprivate |
|
inlinevirtual |
Implements spams::FISTA::Loss< T, Matrix< T >, Matrix< T > >.
Definition at line 806 of file fista.h.
References spams::Matrix< T >::copyTo(), spams::Matrix< T >::mult(), spams::Matrix< T >::n(), and spams::Matrix< T >::normFsq().
Here is the call graph for this function:
|
inlinevirtual |
Implements spams::FISTA::Loss< T, Matrix< T >, Matrix< T > >.
Definition at line 829 of file fista.h.
References spams::Matrix< T >::normFsq().
Here is the call graph for this function:
|
inlinevirtual |
Implements spams::FISTA::Loss< T, Matrix< T >, Matrix< T > >.
Definition at line 816 of file fista.h.
References spams::Matrix< T >::copyTo(), spams::Matrix< T >::m(), spams::Matrix< T >::mult(), spams::Matrix< T >::n(), and spams::Matrix< T >::resize().
Here is the call graph for this function:
|
inlinevirtual |
|
private |
|
inlinevirtual |
Implements spams::FISTA::Loss< T, Matrix< T >, Matrix< T > >.
Definition at line 832 of file fista.h.
References spams::Matrix< T >::m(), spams::Matrix< T >::mult(), spams::Matrix< T >::n(), and spams::Matrix< T >::resize().
Here is the call graph for this function:
|
private |
1.8.11