Dew MtxVec NET
TSparseMtx.MulLeft Methods
Summary
Multiply the sparse matrix from left.

Class
TSparseMtx

Declaration
Procedure MulLeft(X, Y: TMtx);

Description
Multiply calling sparse matrix from left with dense matrix X and place the result in dense matrix Y.
 See Also 
MulRight 

Example 1

var a,b: Matrix; ASparse: TMtxSparse; //multiply sparse and dense matrix ASparse.MulLeft(a,b); // result is stored in matrix b


Declaration
Procedure MulLeft(X, Y: TVec);

Description
Multiply sparse matrix from left with vector X and place the result in vector Y.

Copyright 2008 Dew Research
http://www.dewresearch.com