numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
|
Class of nodes in graphs of automatic differentiation. More...
#include <num_collect/auto_diff/backward/graph/node.h>
Public Types | |
using | scalar_type = Scalar |
Type of scalars. | |
Public Member Functions | |
node (std::vector< child_node< scalar_type > > children=std::vector< child_node< scalar_type > >()) | |
Constructor. | |
auto | children () const noexcept -> const std::vector< child_node< scalar_type > > & |
Get the child nodes. | |
Private Attributes | |
std::vector< child_node< scalar_type > > | children_ |
Child nodes. | |
Class of nodes in graphs of automatic differentiation.
Scalar | Type of scalars. |
using num_collect::auto_diff::backward::graph::node< Scalar >::scalar_type = Scalar |
|
inlineexplicit |
|
inlinenodiscardnoexcept |
|
private |