Overload List
| # | Signature | Description |
|---|---|---|
| 1 | void Transp(); | Transpose sparse matrix in-place. |
| 2 | void Transp(TSparseMtx *Src, const DewArray<int> &P, const DewArray<int> &Q); | |
| 3 | void Transp(TSparseMtx *Src); | Transpose Src sparse matrix. |
Overload 1: void Transp();
Transpose sparse matrix in-place.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler
Overload 2: void Transp(TSparseMtx *Src, const DewArray<int> &P, const DewArray<int> &Q);
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TSparseMtx * | |
| 2 | P | const DewArray<int> & | |
| 3 | Q | const DewArray<int> & |
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler
Overload 3: void Transp(TSparseMtx *Src);
Transpose Src sparse matrix.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Src | TSparseMtx * |
Remarks:
Store the results in calling sparse matrix. Size and Complex properties of calling sparse matrix are adjusted automatically.
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler