The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CMatItem Property |
Gets an individual element of the matrix, as a Complex number.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Item : Complex with get, set
Parameters
- i
- Type: SystemInt32
The row index. - j
- Type: SystemInt32
The column index.
Return Value
Type: ComplexThe complex value of the matrix element.
