CSMat.Write Method

Liquid Quantum Simulator

CSMatWrite Method
Writes this matrix to a stream. The matrix may be recreated by using the Read method.

Namespace: Microsoft.Research.Liquid
Assembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax
F#
member Write : 
        bw : BinaryWriter -> unit 

Parameters

bw
Type: System.IOBinaryWriter
The stream to serialize this matrix to
See Also