subroutine dspmsp(p,q,r,a,nela,inda,b,nelb,indb,c,nelc,indc, c Copyright INRIA $ ib,ic,x,xb,ierr) c multiply sparse matrices by the method of gustafson,acm t.o.m.s. c vol 4 (1978) p250. c*** input c p number of rows in a, c q number of columns in a c r number of columns in b c a a one-dimensional array containing the non-zero elements c of the first matrix,arranged row-wise, but not c necessarily in order within rows. c nela number of non-zero elements in a c inda(i) 1<=i<=p number of non-zero elements in row i of a. c inda(p+i) 1<=i