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

Definition of tikhonov class. More...

+ This graph shows which files directly or indirectly include this file:

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.
 

Variables

template<typename T >
constexpr auto num_collect::regularization::impl::coeff_max_param = static_cast<T>(1e+2)
 Coefficient (maximum parameter to be searched) / (maximum singular value or eigen value).
 
template<typename T >
constexpr auto num_collect::regularization::impl::coeff_min_param = static_cast<T>(1e-12)
 Coefficient (minimum parameter to be searched) / (maximum singular value or eigen value).
 

Detailed Description

Definition of tikhonov class.

Definition in file coeff_param.h.