numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of apply_shrinkage_operator function. More...
#include "num_collect/base/concepts/real_scalar_dense_vector.h"
#include "num_collect/base/index_type.h"
Go to the source code of this file.
Namespaces | |
namespace | num_collect |
Namespace of num_collect source codes. | |
namespace | num_collect::regularization |
Namespace of regularization algorithms. | |
namespace | num_collect::regularization::impl |
Namespace of internal implementations. | |
Functions | |
template<base::concepts::real_scalar_dense_vector Vector> | |
void | num_collect::regularization::impl::apply_shrinkage_operator (Vector &target, typename Vector::Scalar threshold) |
Apply shrinkage operator to a vector. | |
Definition of apply_shrinkage_operator function.
Definition in file apply_shrinkage_operator.h.