You are here:
Symbol Reference >
Sparse Namespace
>
Classes
>
TSparseMtx Class
>
public
>
MulLeft Method
>
TSparseMtx.MulLeft Method (TMtx, TMtx)
MtxVec VCL
Example
TSparseMtx.MulLeft Method (TMtx, TMtx)
var
a,b: Matrix; ASparse: TMtxSparse;
//multiply sparse and dense matrix
ASparse.MulLeft(a,b);
// result is stored in matrix b
Copyright (c) 1999-2025 by Dew Research. All rights reserved.