aclTransType
typedef enum aclTransType
{
ACL_TRANS_N, //Do not transpose (default)
ACL_TRANS_T, //Transpose
ACL_TRANS_NZ, //Transpose to an internal format, which provides better API performance. You are advised to use this format when an input matrix is used as the repository and the operator transposed to the NZ format will be reused.
ACL_TRANS_NZ_T //Transpose to an internal format, reserved
}aclTransType;
Parent topic: Data Types and Operations