TSparseMtx *Adjung(TSparseMtx *X);
Adjungate operation.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TSparseMtx * |
Remarks:
Adjungate X and store the results in calling sparse matrix.
See Also: TSparseMtx::Transp, TSparseMtx::ConjMul
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler