mpmlp.f
SUBROUTINE MPMLP (U, V, W, J)
C***BEGIN PROLOGUE MPMLP
....
....
Warning: this routine is not intended to be user-callable.
....
....
C***SUBSIDIARY
C***PURPOSE Subsidiary to DQDOTA and DQDOTI
C***LIBRARY SLATEC
C***TYPE ALL (MPMLP-A)
C***AUTHOR (UNKNOWN)
C***DESCRIPTION
C
C Performs inner multiplication loop for MPMUL. Carries are not pro-
C pagated in inner loop, which saves time at the expense of space.
C
C***SEE ALSO DQDOTA, DQDOTI
C***ROUTINES CALLED (NONE)
C***REVISION HISTORY (YYMMDD)
C 791001 DATE WRITTEN
C 890831 Modified array declarations. (WRB)
C 891214 Prologue converted to Version 4.0 format. (BAB)
C 900402 Added TYPE section. (WRB)
C***END PROLOGUE MPMLP