The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CMatRead Method |
Reads a matrix from a stream.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member Read : br : BinaryReader -> CMat
Parameters
- br
- Type: System.IOBinaryReader
A BinaryReader to deserialize a matrix from.
Return Value
Type: CMatThe new mnatrix
