c Scilab ( http://www.scilab.org/ ) - This file is part of Scilab c Copyright (C) INRIA c c This file must be used under the terms of the CeCILL. c This source file is licensed as described in the file COPYING, which c you should have received as part of this distribution. The terms c are also available at c http://www.cecill.info/licences/Licence_CeCILL_V2.1-en.txt subroutine dspms(nra,nca,ncb,a,nela,inda,b,mrb,c,mrc) c********************************************************** c multiply sparse matrix stored in a,inda on right by full c matrix stored in b. put result in c. c*** input c nra actual row dimension of a and c matrix c nca actual column dimension of a and row dimension of b matrix c ncb actual column dimension of a and c matrices 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<=nra number of non-zero elements in row i of a. c inda(nra+i) 1<=i