The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CMatAdd Method |
Adds another matrix to this matrix.
The two matrices must have the same number of rows and columns.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
member Add : m2 : CMat -> unit
Parameters
- m2
- Type: Microsoft.Research.LiquidCMat
The matrix to add to this one.
