CMat.Read Method

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

Parameters

br
Type: System.IOBinaryReader
A BinaryReader to deserialize a matrix from.

Return Value

Type: CMat
The new mnatrix
See Also