Tenncor
|
Variable and error approximation assignment encapsulation. More...
#include <err_approx.hpp>
Public Attributes | |
std::string | label_ |
Representation of assignment. More... | |
eteq::VarptrT< PybindT > | target_ |
Variable to assign to. More... | |
NodeptrT | source_ |
Variable update as to minimize the error in future iterations. More... | |
Variable and error approximation assignment encapsulation.
std::string layr::VarAssign::label_ |
Representation of assignment.
NodeptrT layr::VarAssign::source_ |
Variable update as to minimize the error in future iterations.
eteq::VarptrT<PybindT> layr::VarAssign::target_ |
Variable to assign to.