TSparseMtx *ConjMul(TSparseMtx *Sparse1, TSparseMtx *Sparse2, int MaxNonZeroCount = 10000000);
Conjugate Sparse2 and matrix multiply it with Sparse1.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Sparse1 | TSparseMtx * | |
| 2 | Sparse2 | TSparseMtx * | |
| 3 | MaxNonZeroCount = 10000000 | int |
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