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

Definition of make_jacobian function. More...

+ Include dependency graph for make_jacobian.h:

Go to the source code of this file.

Classes

class  num_collect::auto_diff::forward::impl::make_jacobian_functor< VectorType >
 Class of functor to make Jacobian. More...
 

Namespaces

namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::auto_diff
 Namespace of automatic differentiation.
 
namespace  num_collect::auto_diff::forward
 Namespace of forward-mode automatic differentiation.
 
namespace  num_collect::auto_diff::forward::impl
 Namespace of internal implementations.
 

Functions

template<base::concepts::dense_vector VectorType>
auto num_collect::auto_diff::forward::make_jacobian (const Eigen::MatrixBase< VectorType > &vector) -> Eigen::CwiseNullaryOp< impl::make_jacobian_functor< VectorType >, typename impl::make_jacobian_functor< VectorType >::result_type >
 Make Jacobian from a vector of variables.
 

Detailed Description

Definition of make_jacobian function.

Definition in file make_jacobian.h.