|
Matrix Transpose. More...
Functions | |
AFAPI array | transpose (const array &in, const bool conjugate=false) |
Transposes a matrix. More... | |
AFAPI void | transposeInPlace (array &in, const bool conjugate=false) |
Transposes a matrix in-place. More... | |
AFAPI af_err | af_transpose (af_array *out, af_array in, const bool conjugate) |
Transposes a matrix. More... | |
AFAPI af_err | af_transpose_inplace (af_array in, const bool conjugate) |
Transposes a matrix in-place. More... | |
Matrix Transpose.
Transposes a matrix
Transposes a matrix.
This funciton will tranpose the matrix in.
[out] | out | The transposed matrix |
[in] | in | Input matrix which will be transposed |
[in] | conjugate | Perform a congugate transposition |
Transposes a matrix in-place.
Transposes a matrix
[in,out] | in | is the matrix to be transposed in place |
[in] | conjugate | If true a congugate transposition is performed |
Transposes a matrix.
Transposes a matrix
[in] | in | Input Matrix |
[in] | conjugate | If true a congugate transposition is performed |