------------------------------------------------------------------------------- Kronecker product. ------------------------------------------------------------------------------- Form: c = KronSum( a, b ) ------------------------------------------------------------------------------- ------ Inputs ------ a (m,n) Matrix b (p,q) Matrix ------- Outputs ------- c (mp,nq) Kronecker product -------------------------------------------------------------------------------