The Language-Integrated Quantum Operations (LIQUi|>) Simulator
CSMatRead Method |
Reads a matrix from a stream.
The matrix must originally have been written using the
Write method.
Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)

F#
static member Read : br : BinaryReader -> CSMat
Parameters
- br
- Type: System.IOBinaryReader
The stream to read the data from.
Return Value
Type: CSMatThe read-in matrix
