SyTen

◆ kronVector() [3/3]

template<typename U >
std::vector<std::vector<U> > syten::kronVector ( std::vector< U > const &  a,
std::vector< U > const &  b 
)

Kronecker product of two vectors.

Parameters
afirst input vector
bsecond input vector.
Returns
a vector of two-element vectors 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: