numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of blur_sine class. More...
#include <algorithm>
#include <cmath>
#include <vector>
#include <Eigen/SparseCore>
#include "num_collect/base/concepts/sparse_matrix.h"
#include "num_collect/base/index_type.h"
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 | |
template<num_collect::base::concepts::sparse_matrix Matrix> | |
void | num_prob_collect::regularization::sparse_blur_matrix (Matrix &mat, num_collect::index_type rows, num_collect::index_type cols) |
Create a sparse blur matrix. | |
Definition of blur_sine class.
Definition in file sparse_blur_matrix.h.