The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CMatDivisionAssignment Operator |
Scales a matrix by a constant divisor.
The matrix is updated in place, rather than a new matrix being created.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
F# does not support this operator.
Parameters
- m1
- Type: Microsoft.Research.LiquidCMat
The matrix to scale. - div
- Type: SystemDouble
The scale divisor. The matrix is multiplied by 1/div.
