numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of full_gen_tikhonov class. More...
#include <type_traits>
#include <Eigen/Core>
#include <Eigen/Householder>
#include "num_collect/base/concepts/dense_matrix.h"
#include "num_collect/base/exception.h"
#include "num_collect/base/index_type.h"
#include "num_collect/base/precondition.h"
#include "num_collect/logging/log_tag_view.h"
#include "num_collect/logging/logging_macros.h"
#include "num_collect/regularization/explicit_regularized_solver_base.h"
#include "num_collect/regularization/tikhonov.h"
#include "num_collect/util/assert.h"
Go to the source code of this file.
Classes | |
class | num_collect::regularization::full_gen_tikhonov< Coeff, Data > |
Class to perform generalized Tikhonov regularization on the condition that the matrix in the regularization term which have full row rank [4], [11]. 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::full_gen_tikhonov_tag |
Tag of fista. | |
Definition of full_gen_tikhonov class.
Definition in file full_gen_tikhonov.h.