TMtx::Adjung Method

Overload List

#SignatureDescription
1TMtx *Adjung();Adjungate matrix.
2TMtx *Adjung(TMtx *X);Calculate the adjungate to X matrix and store the results in calling matrix.

Overload 1: TMtx *Adjung();

Adjungate matrix.

Remarks:

Calculate the adjungate matrix in-place. Adjungation is equal to transpose and conjugate.

Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler

Overload 2: TMtx *Adjung(TMtx *X);

Calculate the adjungate to X matrix and store the results in calling matrix.

#NameTypeDescription
1XTMtx *
Remarks:

The TMtx::Rows, TMtx::Cols and TMtx::Complex properties of the calling matrix are set implicitly to match those of X matrix.

Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler