| std::vector< std::vector< U > > syten::kronVector | ( | std::vector< U > const & | a, |
| std::vector< U > const & | b | ||
| ) |
Kronecker product of two vectors.
| a | first input vector |
| b | second input vector. |
v={a[i],b[j]}. References std::vector< T >::push_back().
Referenced by genFuse(), genIINode(), and genRandom().
Here is the call graph for this function:
Here is the caller graph for this function: