IsZero:

Path: Math/Linear

% Set = 0 if the matrix is all zeros.

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

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

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

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

Back to the Math Module page