numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of sparse_div_matrix_2d function. More...
#include <vector>
#include <Eigen/SparseCore>
#include "num_collect/base/concepts/sparse_matrix.h"
#include "num_collect/base/index_type.h"
#include "num_collect/base/precondition.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::concepts::sparse_matrix Matrix> | |
auto | num_prob_collect::regularization::sparse_div_matrix_2d (num_collect::index_type outer_size, num_collect::index_type inner_size) -> Matrix |
Create a sparse matrix for 2D divergence. | |
template<num_collect::concepts::sparse_matrix Matrix> | |
auto | num_prob_collect::regularization::sparse_div_matrix_2d_with_boundaries (num_collect::index_type outer_size, num_collect::index_type inner_size) -> Matrix |
Create a sparse matrix for 2D divergence with boundaries. |
Definition of sparse_div_matrix_2d function.
Definition in file sparse_div_matrix_2d.h.