BLAS Level 1 Extension: cotr

cotr (defined in namespace flens::blas) performs an inplace transpose of a general matrix, i.e. \(A \leftarrow A^T\) or \(A \leftarrow A^H\).

trans

(input)
Specifiy the operation, i.e.

NoTrans

\(A \leftarrow A\)

Trans

\(A \leftarrow A^T\)

ConjTrans

\(A \leftarrow A^H\)

If trans equals NoTrans the functions immediately returns.

A

(input) real or complex valued GeMatrix
Matrix \(A\).