numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of add_noise function. More...
Go to the source code of this file.
Namespaces | |
namespace | num_prob_collect |
Namespace of problems for test of num_collect. | |
namespace | num_prob_collect::regularization |
Namespace of regularization. |
Functions | |
void | num_prob_collect::regularization::add_noise (Eigen::MatrixXd &data, double rate) |
Add noise to data. |
Definition of add_noise function.
Definition in file add_noise.h.