TSparseMtx::ConjMul Method

TSparseMtx *ConjMul(TSparseMtx *Sparse1, TSparseMtx *Sparse2, int MaxNonZeroCount = 10000000);

Conjugate Sparse2 and matrix multiply it with Sparse1.

#NameTypeDescription
1Sparse1TSparseMtx *
2Sparse2TSparseMtx *
3MaxNonZeroCount = 10000000int
Remarks:

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

Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler