KronSum:

-------------------------------------------------------------------------------
   Kronecker sum.
-------------------------------------------------------------------------------
   Form:
   c = KronSum( a, b )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   a             (n,n)  Matrix
   b             (m,m)  Matrix

   -------
   Outputs
   -------
   c             (nm,nm) Kronecter Sum

-------------------------------------------------------------------------------

Children:

Common: Control/KronProd