Home
last modified time | relevance | path

Searched defs:x_bar (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/yap/example/autodiff_library/
DUaryOPNode.cpp162 double x,x_bar,w,w_bar; in hess_reverse_0() local
200 void UaryOPNode::hess_reverse_0_get_values(unsigned int i,double& x, double& x_bar, double& w, doub… in hess_reverse_0_get_values()
219 double x_bar = TT->get(--i); in hess_reverse_1() local
DBinaryOPNode.cpp206 double x,x_bar,w,w_bar; in hess_reverse_0() local
285 void BinaryOPNode::hess_reverse_0_get_values(unsigned int i,double& x, double& x_bar, double& w, do… in hess_reverse_0_get_values()
308 double x_bar = TT->get(--i); in hess_reverse_1() local
DVNode.cpp94 void VNode::hess_reverse_0_get_values(unsigned int i,double& x, double& x_bar, double& w, double& w… in hess_reverse_0_get_values()
DPNode.cpp77 void PNode::hess_reverse_0_get_values(unsigned int i,double& x,double& x_bar,double& w,double& w_ba… in hess_reverse_0_get_values()