TSparseMtx.ConjMul Method

function ConjMul(const Sparse1: TSparseMtx; const Sparse2: TSparseMtx; MaxNonZeroCount: Integer): TSparseMtx;

Conjugate Sparse2 and matrix multiply it with Sparse1.

#NameTypeDescription
1Sparse1TSparseMtx
2Sparse2TSparseMtx
3MaxNonZeroCountInteger

Returns: TSparseMtx

Remarks:

Conjugate Sparse2, multiply it with Sparse1 and store the results in calling sparse matrix.