Reads a matrix from a stream.
The matrix must originally have been written using the
Write method.
Namespace: Microsoft.Research.LiquidAssembly: Liquid1 (in Liquid1.dll) Version: 1.0.5981.24943 (1.0.*)
Syntax static member Read :
br : BinaryReader -> CSMat
Parameters
- br
- Type: System.IO.BinaryReader
The stream to read the data from.
Return Value
Type:
CSMatThe read-in matrix
See Also