CSMat.Read Method

Liquid Quantum 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.*)
Syntax
F#
static member Read : 
        br : BinaryReader -> CSMat 

Parameters

br
Type: System.IOBinaryReader
The stream to read the data from.

Return Value

Type: CSMat
The read-in matrix
See Also