IsZero:

--------------------------------------------------------------------------
   Set = 0 if the matrix is all zeros.

   Since version 1.
--------------------------------------------------------------------------
   yes = IsZero( a )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   a                         Matrix

   -------
   Outputs
   -------
   yes                       0 if matrix is zero

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