- HasNan
- Transpose
- TransposeConjugate
- TriL
- TriU
- Diag
- Row
- Col
- Copy
- Compare
- CompareByDigits
- CompareEqual
- Flat
- Clip
- Reshape
- Resize
- Set
- SwapRows
- SwapCols
- Split
- Hsplit
- Vsplit
- ArgSort
- Sort
TransposeConjugate
Transposing a complex matrix with conjugation. Reverse or permute the axes of a matrix by changing a sign of an imaginary part of a complex number, return the modified matrix.
matrix matrix::TransposeConjugate() |
Return Value
Transposed complex conjugate matrix.
Simple algorithm of transposing a complex matrix with conjugation - method explanation
//--- Complex matrix transpose function with conjugation
|