Searched defs:x_bar (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/yap/example/autodiff_library/ |
D | UaryOPNode.cpp | 162 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
|
D | BinaryOPNode.cpp | 206 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
|
D | VNode.cpp | 94 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()
|
D | PNode.cpp | 77 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()
|