cuquantum.custatevec.MatrixLayout

enum cuquantum.custatevec.MatrixLayout(value)[source]

See custatevecMatrixLayout_t.

Member Type

int

Valid values are as follows:

COL = <MatrixLayout.COL: 0>

See CUSTATEVEC_MATRIX_LAYOUT_COL.

ROW = <MatrixLayout.ROW: 1>

See CUSTATEVEC_MATRIX_LAYOUT_ROW.