Home
last modified time | relevance | path

Searched refs:hess_reverse_1_get_xw (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/yap/example/autodiff_library/
DPNode.h32 void hess_reverse_1_get_xw(unsigned int, double&,double&);
DVNode.h28 void hess_reverse_1_get_xw(unsigned int,double&,double&);
DUaryOPNode.h36 void hess_reverse_1_get_xw(unsigned int, double&,double&);
DBinaryOPNode.h38 void hess_reverse_1_get_xw(unsigned int, double&,double&);
DNode.h37 virtual void hess_reverse_1_get_xw(unsigned int, double&,double&) = 0;
DPNode.cpp104 void PNode::hess_reverse_1_get_xw(unsigned int i, double& w,double& x) in hess_reverse_1_get_xw() function in AutoDiff::PNode
DUaryOPNode.cpp227 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
DVNode.cpp124 void VNode::hess_reverse_1_get_xw(unsigned int i, double& w,double& x) in hess_reverse_1_get_xw() function in AutoDiff::VNode
DBinaryOPNode.cpp312 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