qiskit.aqua.operators.legacy.row_echelon_F2¶
-
row_echelon_F2
(matrix_in)[código fonte]¶ Computes the row Echelon form of a binary matrix on the binary finite field
- Parâmetros
matrix_in (numpy.ndarray) – binary matrix
- Retorna
matrix_in in Echelon row form
- Tipo de retorno
numpy.ndarray