Next: 6 Input/Output routines
Up: 5 Linear algebra subroutines
Previous: 5.3 MXVA: matrix-vector product
subroutine mxvb(a,mcola,mrowa,b,mcolb,
1 r,mcolr,ncol,nlink)
implicit double precision (a-h,o-z)
dimension r(1),a(1),b(1)
calculates the
matrix product
.
Parameters are exactly as for mxva; the only difference is that
r is not cleared to zero at the start, but the matrix
product is added to the previous contents of r.
P.J. Knowles and H.-J. Werner
molpro-support@tc.bham.ac.uk
Jan 10, 2000