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

Definition of dense_diff_matrix function. More...

#include <Eigen/Core>
#include "num_collect/base/index_type.h"
#include "num_collect/util/assert.h"
+ Include dependency graph for dense_diff_matrix.h:

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.
 

Detailed Description

Definition of dense_diff_matrix function.

Definition in file dense_diff_matrix.h.