You are here: Symbol Reference > Sparse Namespace > Classes > TSparseMtx Class > public > MulLeft Method > TSparseMtx.MulLeft Method (TMtx, TMtx)
MtxVec VCL
ContentsIndex
PreviousUpNext
TSparseMtx.MulLeft Method (TMtx, TMtx)

Multiply the sparse matrix from left.

Pascal
procedure MulLeft(const X: TMtx; const Y: TMtx); overload;

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

var a,b: Matrix; ASparse: TMtxSparse; //multiply sparse and dense matrix ASparse.MulLeft(a,b); // result is stored in matrix b
Examples on GitHub
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!