Home
last modified time | relevance | path

Searched refs:nonlinearEdges (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/libs/yap/example/
Dautodiff_example.cpp321 nonlinearEdges(root,s); in BOOST_AUTO_TEST_CASE()
343 nonlinearEdges(root,s); in BOOST_AUTO_TEST_CASE()
361 nonlinearEdges(x1,s); in BOOST_AUTO_TEST_CASE()
374 nonlinearEdges(p,s); in BOOST_AUTO_TEST_CASE()
400 nonlinearEdges(root,s); in BOOST_AUTO_TEST_CASE()
426 nonlinearEdges(root,s); in BOOST_AUTO_TEST_CASE()
484 nonlinearEdges(root,s); in BOOST_AUTO_TEST_CASE()
509 nonlinearEdges(root,s); in BOOST_AUTO_TEST_CASE()
544 nonlinearEdges(root,s); in BOOST_AUTO_TEST_CASE()
595 nonlinearEdges(root,s); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/boost/libs/yap/example/autodiff_library/
DPNode.h35 void nonlinearEdges(EdgeSet&);
DVNode.h31 void nonlinearEdges(EdgeSet&);
DUaryOPNode.h40 void nonlinearEdges(EdgeSet&);
DBinaryOPNode.h42 void nonlinearEdges(EdgeSet& a);
DNode.h42 virtual void nonlinearEdges(EdgeSet&) = 0;
Dautodiff.h106 extern void nonlinearEdges(Node* root, EdgeSet& edges);
Dautodiff.cpp258 void nonlinearEdges(Node* root, EdgeSet& edges) in nonlinearEdges() function
260 root->nonlinearEdges(edges); in nonlinearEdges()
DPNode.cpp115 void PNode::nonlinearEdges(EdgeSet& edges) in nonlinearEdges() function in AutoDiff::PNode
DUaryOPNode.cpp272 void UaryOPNode::nonlinearEdges(EdgeSet& edges) in nonlinearEdges() function in AutoDiff::UaryOPNode
310 left->nonlinearEdges(edges); in nonlinearEdges()
DVNode.cpp135 void VNode::nonlinearEdges(EdgeSet& edges) in nonlinearEdges() function in AutoDiff::VNode
DBinaryOPNode.cpp397 void BinaryOPNode::nonlinearEdges(EdgeSet& edges) in nonlinearEdges() function in AutoDiff::BinaryOPNode
454 left->nonlinearEdges(edges); in nonlinearEdges()
455 right->nonlinearEdges(edges); in nonlinearEdges()