Factorl:

--------------------------------------------------------------------------
   Computes the factorial matrix for a matrix.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   s = Factorl( n )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   n           (:,:)  Integer

   -------
   Outputs
   -------
   s           (:,:)  n!

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