Searched refs:hess_reverse_1_get_xw (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/yap/example/autodiff_library/ |
D | PNode.h | 32 void hess_reverse_1_get_xw(unsigned int, double&,double&);
|
D | VNode.h | 28 void hess_reverse_1_get_xw(unsigned int,double&,double&);
|
D | UaryOPNode.h | 36 void hess_reverse_1_get_xw(unsigned int, double&,double&);
|
D | BinaryOPNode.h | 38 void hess_reverse_1_get_xw(unsigned int, double&,double&);
|
D | Node.h | 37 virtual void hess_reverse_1_get_xw(unsigned int, double&,double&) = 0;
|
D | PNode.cpp | 104 void PNode::hess_reverse_1_get_xw(unsigned int i, double& w,double& x) in hess_reverse_1_get_xw() function in AutoDiff::PNode
|
D | UaryOPNode.cpp | 227 left->hess_reverse_1_get_xw(lindex,lw,lx); in hess_reverse_1() 262 void UaryOPNode::hess_reverse_1_get_xw(unsigned int i,double& w,double& x) in hess_reverse_1_get_xw() function in AutoDiff::UaryOPNode
|
D | VNode.cpp | 124 void VNode::hess_reverse_1_get_xw(unsigned int i, double& w,double& x) in hess_reverse_1_get_xw() function in AutoDiff::VNode
|
D | BinaryOPNode.cpp | 312 double lw=0,lx=0; left->hess_reverse_1_get_xw(lindex,lw,lx); in hess_reverse_1() 313 double rw=0,rx=0; right->hess_reverse_1_get_xw(rindex,rw,rx); in hess_reverse_1() 386 void BinaryOPNode::hess_reverse_1_get_xw(unsigned int i,double& w,double& x) in hess_reverse_1_get_xw() function in AutoDiff::BinaryOPNode
|