numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
fista.h File Reference

Definition of fista class. More...

+ Include dependency graph for fista.h:

Go to the source code of this file.

Classes

class  num_collect::regularization::fista< Coeff, Data >
 Class for fast iterative shrinkage-thresholding algorithm (FISTA) [1] for L1-regularization of linear equations. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::regularization
 Namespace of regularization algorithms.
 

Variables

constexpr auto num_collect::regularization::fista_tag
 Tag of fista.
 

Detailed Description

Definition of fista class.

Definition in file fista.h.