numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Definition of dense_diff_matrix function. More...
Go to the source code of this file.
Classes | |
class | num_prob_collect::regularization::impl::dense_diff_matrix_functor< Matrix > |
Helper class to create a dense differential matrix. More... | |
Namespaces | |
namespace | num_prob_collect |
Namespace of problems for test of num_collect. | |
namespace | num_prob_collect::regularization |
Namespace of regularization. | |
namespace | num_prob_collect::regularization::impl |
Namespace of implementations. | |
Functions | |
template<typename Matrix > | |
auto | num_prob_collect::regularization::dense_diff_matrix (num_collect::index_type rows, num_collect::index_type cols) -> Eigen::CwiseNullaryOp< impl::dense_diff_matrix_functor< Matrix >, Matrix > |
Create a dense differential matrix. | |
template<typename Matrix > | |
auto | num_prob_collect::regularization::dense_diff_matrix (num_collect::index_type size) -> Eigen::CwiseNullaryOp< impl::dense_diff_matrix_functor< Matrix >, Matrix > |
Create a dense differential matrix. | |
Definition of dense_diff_matrix function.
Definition in file dense_diff_matrix.h.