numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Namespace of internal implementations. More...
Functions | |
template<base::concepts::real_scalar Scalar> | |
auto | create_node_impl (std::vector< child_node< Scalar > > &children) -> node_ptr< Scalar > |
Create a node. | |
template<base::concepts::real_scalar Scalar, typename... Args> | |
auto | create_node_impl (std::vector< child_node< Scalar > > &children, node_ptr< Scalar > node, const Scalar &sensitivity, Args &&... args) -> node_ptr< Scalar > |
Create a node. | |
Namespace of internal implementations.
|
inlinenodiscard |
|
inlinenodiscard |
Create a node.
Scalar | Type of scalars. |
Args | Types of remaining arguments. |
[in] | children | Child nodes. |
[in] | node | Child node. |
[in] | sensitivity | Partial differential coefficient of the parent node by the child node. |
[in] | args | Remaining arguments. |