Tenncor
Public Attributes | List of all members
layr::VarAssign Struct Reference

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...
 

Detailed Description

Variable and error approximation assignment encapsulation.

Member Data Documentation

◆ label_

std::string layr::VarAssign::label_

Representation of assignment.

◆ source_

NodeptrT layr::VarAssign::source_

Variable update as to minimize the error in future iterations.

◆ target_

eteq::VarptrT<PybindT> layr::VarAssign::target_

Variable to assign to.


The documentation for this struct was generated from the following file: