TSparseMtx::Transp Method

Overload List

#SignatureDescription
1void Transp();Transpose sparse matrix in-place.
2void Transp(TSparseMtx *Src, const DewArray<int> &P, const DewArray<int> &Q);
3void 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);

#NameTypeDescription
1SrcTSparseMtx *
2Pconst DewArray<int> &
3Qconst DewArray<int> &
Declared in Dew::Math::TSparseMtx · Dew.Math/sparse.h · Cross-compiler

Overload 3: void Transp(TSparseMtx *Src);

Transpose Src sparse matrix.

#NameTypeDescription
1SrcTSparseMtx *
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