TSparseMtx ConjMul(TSparseMtx Sparse1, TSparseMtx Sparse2, Int32 MaxNonZeroCount)
Conjugate Sparse2 and matrix multiply it with Sparse1.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Sparse1 | TSparseMtx | |
| 2 | Sparse2 | TSparseMtx | |
| 3 | MaxNonZeroCount | Int32 |
Returns: TSparseMtx
Remarks:
Conjugate Sparse2, multiply it with Sparse1 and store the results in calling sparse matrix.