SXV:

--------------------------------------------------------------------------
   Multiplies a scalar times a vector. Each column in the vector is
   multiplied by the corresponding scalar.

   Since version 1.
--------------------------------------------------------------------------
   Form:
   z = SXV( s, v )
--------------------------------------------------------------------------

   ------
   Inputs
   ------
   s             (1,:) Scalar
   v             (n,:) Vector

   -------
   Outputs
   -------
   z             (n,:) Product of the scalar and the vector

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

Children:

Math: Linear/DupVect