numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of tikhonov class. More...
#include <utility>
#include <Eigen/Core>
#include <Eigen/SVD>
#include "num_collect/base/concepts/dense_matrix.h"
#include "num_collect/base/index_type.h"
#include "num_collect/logging/log_tag_view.h"
#include "num_collect/regularization/explicit_regularized_solver_base.h"
#include "num_collect/regularization/impl/coeff_param.h"
#include "num_collect/util/impl/warn_fast_math_for_bdcsvc.h"
Go to the source code of this file.
Classes | |
class | num_collect::regularization::tikhonov< Coeff, Data > |
Class to perform Tikhonov regularization. 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::tikhonov_tag |
Tag of fista. | |
Definition of tikhonov class.
Definition in file tikhonov.h.