linalg[htranspose] - Hermitian transpose of a matrix
|
Calling Sequence
|
|
htranspose(A)
|
|
Description
|
|
•
|
The Hermitian transpose of A is computed. The result is an n x m matrix.
|
•
|
The [i, j]th element of the result is equal to the conjugate of the [j, i]th element of A.
|
•
|
The result inherits the indexing (for example, diagonal or sparse) function of A, if A has such an indexing.
|
•
|
If A is a vector, then it is treated as if it were a column (n x 1) matrix.
|
•
|
The command with(linalg,htranspose) allows the use of the abbreviated form of this command.
|
|
|
Download Help Document
Was this information helpful?