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