Construct version 5.4.4
An agent based modeling framework
|
Functions | |
template<typename left , typename right > | |
auto | operator* (const graph_utils::const_row_begin_iterator< left > &lhs, const std::vector< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const std::vector< left > &lhs, const graph_utils::const_row_begin_iterator< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const graph_utils::const_row_begin_iterator< left > &lhs, const std::map< unsigned int, right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const std::map< unsigned int, left > &lhs, const graph_utils::const_row_begin_iterator< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const graph_utils::const_col_begin_iterator< left > &lhs, const std::vector< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const std::vector< left > &lhs, const graph_utils::const_col_begin_iterator< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const graph_utils::const_col_begin_iterator< left > &lhs, const std::map< unsigned int, right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const std::map< unsigned int, left > &lhs, const graph_utils::const_col_begin_iterator< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const graph_utils::const_row_begin_iterator< left > &lhs, const graph_utils::const_row_begin_iterator< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const graph_utils::const_col_begin_iterator< left > &lhs, const graph_utils::const_col_begin_iterator< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const graph_utils::const_row_begin_iterator< left > &lhs, const graph_utils::const_col_begin_iterator< right > &rhs) |
template<typename left , typename right > | |
auto | operator* (const graph_utils::const_col_begin_iterator< left > &lhs, const graph_utils::const_row_begin_iterator< right > &rhs) |
Dimensions being iterated over must match. For col_begin * row_begin, the col_begin parent's source nodeset must match the row_begin parent's target nodeset For vectors, their size must match the size of the dimension being iterated over. Return type is determined by the product of the left and right types.
Ex.
int * int => int
float * bool => float
bool * bool => int
auto operator* | ( | const graph_utils::const_col_begin_iterator< left > & | lhs, |
const graph_utils::const_col_begin_iterator< right > & | rhs | ||
) |
summary>
auto operator* | ( | const graph_utils::const_col_begin_iterator< left > & | lhs, |
const std::map< unsigned int, right > & | rhs | ||
) |
summary>
auto operator* | ( | const graph_utils::const_col_begin_iterator< left > & | lhs, |
const std::vector< right > & | rhs | ||
) |
summary>
auto operator* | ( | const graph_utils::const_row_begin_iterator< left > & | lhs, |
const graph_utils::const_col_begin_iterator< right > & | rhs | ||
) |
summary>
auto operator* | ( | const graph_utils::const_row_begin_iterator< left > & | lhs, |
const graph_utils::const_row_begin_iterator< right > & | rhs | ||
) |
summary>
auto operator* | ( | const graph_utils::const_row_begin_iterator< left > & | lhs, |
const std::map< unsigned int, right > & | rhs | ||
) |
summary>
auto operator* | ( | const graph_utils::const_row_begin_iterator< left > & | lhs, |
const std::vector< right > & | rhs | ||
) |
summary>
auto operator* | ( | const std::map< unsigned int, left > & | lhs, |
const graph_utils::const_col_begin_iterator< right > & | rhs | ||
) |
summary>
auto operator* | ( | const std::map< unsigned int, left > & | lhs, |
const graph_utils::const_row_begin_iterator< right > & | rhs | ||
) |
summary>
auto operator* | ( | const std::vector< left > & | lhs, |
const graph_utils::const_col_begin_iterator< right > & | rhs | ||
) |
summary>
auto operator* | ( | const std::vector< left > & | lhs, |
const graph_utils::const_row_begin_iterator< right > & | rhs | ||
) |
summary>