angel  mercurial changeset:
angel::accu_exp_graph_t Class Reference

#include <angel_types.hpp>

List of all members.

Public Member Functions

void set_graph (line_graph_t::edge_t e_out, line_graph_t::edge_t e1, line_graph_t::edge_t e2, std::vector< int > exp_nr)
void set_graph (accu_exp_t::op_t op, line_graph_t::edge_t e1, line_graph_t::edge_t e2, std::vector< int > exp_nr)
void set_graph (line_graph_t::edge_t edge)
int x () const
int y () const
int v () const
int z () const

Public Attributes

std::vector
< pure_accu_exp_graph_t::vertex_descriptor > 
dependents

Private Attributes

int X

Detailed Description

Definition at line 653 of file angel_types.hpp.


Member Function Documentation

void angel::accu_exp_graph_t::set_graph ( line_graph_t::edge_t  e_out,
line_graph_t::edge_t  e1,
line_graph_t::edge_t  e2,
std::vector< int >  exp_nr 
)

Definition at line 415 of file angel_types.cpp.

References angel::accu_exp_t::add, and angel::accu_exp_t::mult.

void angel::accu_exp_graph_t::set_graph ( accu_exp_t::op_t  op,
line_graph_t::edge_t  e1,
line_graph_t::edge_t  e2,
std::vector< int >  exp_nr 
)

Definition at line 427 of file angel_types.cpp.

Definition at line 439 of file angel_types.cpp.

int angel::accu_exp_graph_t::v ( ) const [inline]

Definition at line 664 of file angel_types.hpp.

Referenced by angel::write_graph_xaif_booster(), and z().

int angel::accu_exp_graph_t::x ( ) const [inline]

Definition at line 662 of file angel_types.hpp.

References X.

Referenced by z().

int angel::accu_exp_graph_t::y ( ) const [inline]

Definition at line 663 of file angel_types.hpp.

References dependents.

Referenced by z().

int angel::accu_exp_graph_t::z ( ) const [inline]

Definition at line 665 of file angel_types.hpp.

References v(), x(), and y().

Here is the call graph for this function:


Member Data Documentation

std::vector<pure_accu_exp_graph_t::vertex_descriptor> angel::accu_exp_graph_t::dependents

Definition at line 661 of file angel_types.hpp.

Referenced by y().

Definition at line 654 of file angel_types.hpp.

Referenced by x().


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines