Factorl:

-------------------------------------------------------------------------------
   Computes the factorial matrix for a matrix.
-------------------------------------------------------------------------------
   Form:
   s = Factorl( n )
-------------------------------------------------------------------------------

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

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

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

Children: